Update Package.json

Removed Gulp Notify as it is not required.
This commit is contained in:
Gustavo Tandeciarz 2015-08-10 08:08:29 -04:00
parent e72471f020
commit 7bcb6b83fb

View File

@ -15,8 +15,7 @@
"gulp-uglify": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-concat": "^2.5.2",
"gulp-header": "^1.2.2",
"gulp-notify": "^2.2.0"
"gulp-header": "^1.2.2"
},
"dependencies": { }
}