Adding gulp-notify package

required for gulpfile.js updates
This commit is contained in:
Gustavo Tandeciarz
2015-08-04 18:33:37 -04:00
parent 47e0b96725
commit 8e9f6ce8bd

View File

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