diff --git a/README.md b/README.md index 8f6c8e0..7685b97 100644 --- a/README.md +++ b/README.md @@ -262,10 +262,6 @@ $ gulp -- Stacked notifications - - - - Custom HTML templates diff --git a/package.json b/package.json index 9b74a62..2d62b2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "toastmejs", - "version": "1.0.2", + "version": "1.1.0", "description": "Web notifications and dialogs with pure javascript", "main": "./dist/js/toastme.js", "author": { @@ -40,9 +40,5 @@ "jshint": "2.9.6", "jshint-stylish": "2.2.1", "lazypipe": "1.0.1" - }, - "dependencies": { - "gulp-sourcemaps": "^2.6.5", - "gulp-uglify": "^3.0.2" } }