Update packages.json and run gulp command.

This commit is contained in:
David Molineus
2017-10-09 16:09:39 +02:00
parent b898aafe51
commit a2a6d31259
3 changed files with 6 additions and 3 deletions

View File

@@ -4,10 +4,10 @@
"description": "Leaflet maps for Contao",
"main": "gulpfile.js",
"dependencies": {
"del": "^2.2.2",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-uglify": "^2.0.0"
"gulp-uglify": "^3.0.0"
},
"devDependencies": {},
"scripts": {