Update devDependencies.

grunt-contrib-coffee excluded until I find out what upgrading it breaks.
This commit is contained in:
ccd0 2016-04-08 23:03:06 -07:00
parent 83e773be7c
commit 2f4f8c529e
2 changed files with 1719 additions and 625 deletions

2320
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -60,20 +60,20 @@
"devDependencies": {
"crx": "^3.0.3",
"font-awesome": "4.5.0",
"grunt": "^0.4.5",
"grunt-concurrent": "^2.1.0",
"grunt-contrib-clean": "^0.7.0",
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^0.12.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-concat": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-markdown": "^0.7.0",
"grunt-shell": "^1.1.2",
"grunt-webstore-upload": "^0.8.9",
"jszip": "^2.5.0",
"load-grunt-tasks": "^3.4.0",
"npm-shrinkwrap": "^5.4.1"
"grunt-shell": "^1.2.1",
"grunt-webstore-upload": "^0.8.10",
"jszip": "^2.6.0",
"load-grunt-tasks": "^3.5.0",
"npm-shrinkwrap": "^200.5.1"
},
"repository": {
"type": "git",