deps: bump grunt to 1

This commit is contained in:
5chdn 2018-12-01 17:47:05 +01:00
parent a45b0caec3
commit 04c4066425
No known key found for this signature in database
GPG Key ID: 1A40871B597F5F80

View File

@ -8,6 +8,7 @@
"npm": "6.4.1" "npm": "6.4.1"
}, },
"scripts": { "scripts": {
"dist": "grunt",
"start": "node ./bin/www" "start": "node ./bin/www"
}, },
"dependencies": { "dependencies": {
@ -17,7 +18,8 @@
"debug": "2.2.0", "debug": "2.2.0",
"express": "4.13.3", "express": "4.13.3",
"geoip-lite": "1.1.6", "geoip-lite": "1.1.6",
"grunt": "^0.4.5", "grunt": "^1.0.3",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "^0.6.0", "grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1", "grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0", "grunt-contrib-copy": "^0.8.0",