Update gulp-concat and add a package-lock.json

This commit is contained in:
Kevin MacMartin 2017-08-08 15:14:37 -04:00
parent 6158e752c6
commit fc32e030f2
2 changed files with 1694 additions and 1 deletions

1693
package-lock.json generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -1,7 +1,7 @@
{ {
"devDependencies": { "devDependencies": {
"gulp": "^3.9.1", "gulp": "^3.9.1",
"gulp-concat": "^2.6.0", "gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.0" "gulp-uglify": "^3.0.0"
} }
} }