Skip to content

Commit 62552ed

Browse files
author
Erwan Carriou
committed
- update dev depedencies
1 parent 41aeaea commit 62552ed

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"email": "[email protected]",
2020
"twitter": "@ecarriou"
2121
},
22-
"license": "GPLv3",
22+
"license": "GPL-3.0",
2323
"repository": {
2424
"type": "git",
2525
"url": "https://github.com/monocojs/monoco.git"
@@ -36,28 +36,28 @@
3636
"build": "grunt build"
3737
},
3838
"devDependencies": {
39-
"coveralls": "^2.11.2",
39+
"coveralls": "^2.11.3",
4040
"grunt": "^0.4.5",
41-
"grunt-browserify": "^3.2.1",
41+
"grunt-browserify": "^4.0.0",
4242
"grunt-cli": "^0.1.13",
4343
"grunt-contrib-clean": "^0.6.0",
44-
"grunt-contrib-concat": "^0.5.0",
44+
"grunt-contrib-concat": "^0.5.1",
4545
"grunt-contrib-jshint": "^0.11.2",
4646
"grunt-contrib-uglify": "^0.9.1",
4747
"grunt-contrib-watch": "^0.6.1",
48-
"grunt-contrib-yuidoc": "^0.8.0",
48+
"grunt-contrib-yuidoc": "^0.9.0",
4949
"grunt-jasmine-node": "^0.3.1",
50-
"grunt-jsbeautifier": "^0.2.7",
50+
"grunt-jsbeautifier": "^0.2.10",
5151
"grunt-karma": "^0.12.0",
5252
"grunt-merge-json": "^0.9.5",
53-
"istanbul": "^0.3.5",
54-
"karma": "^0.13.1",
53+
"istanbul": "^0.3.17",
54+
"karma": "^0.13.3",
5555
"karma-chrome-launcher": "^0.2.0",
5656
"karma-coverage": "^0.4.2",
57-
"karma-firefox-launcher": "^0.1.3",
58-
"karma-jasmine": "^0.3.5",
57+
"karma-firefox-launcher": "^0.1.6",
58+
"karma-jasmine": "^0.3.6",
5959
"karma-safari-launcher": "^0.1.1",
6060
"karma-script-launcher": "^0.1.0",
6161
"yuidoc-lucid-theme": "^0.1.1"
6262
}
63-
}
63+
}

0 commit comments

Comments
 (0)