Skip to content

Commit 580e0ca

Browse files
committed
Update dependencies and update license property for todays requirements
1 parent 86b9e0b commit 580e0ca

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

package.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,7 @@
2121
"bugs": {
2222
"url": "https://github.com/jribble/grunt-jasmine-node-coverage/issues"
2323
},
24-
"licenses": [
25-
{
26-
"type": "MIT",
27-
"url": "https://github.com/jribble/grunt-jasmine-node-coverage/blob/master/LICENSE-MIT"
28-
}
29-
],
24+
"license": "MIT",
3025
"main": "tasks/jasmine-node-task.js",
3126
"engines": {
3227
"node": ">=0.10.0"
@@ -43,12 +38,12 @@
4338
],
4439
"dependencies": {
4540
"deepmerge": "~0.2",
46-
"istanbul": "~0.3",
41+
"istanbul": "~0.4",
4742
"jasmine-node": ">=1.14.5"
4843
},
4944
"devDependencies": {
5045
"grunt": "~0.4",
51-
"grunt-eslint": "~12.0"
46+
"grunt-eslint": "~17.3"
5247
},
5348
"peerDependencies": {
5449
"grunt": "~0.4"

0 commit comments

Comments
 (0)