Skip to content

Commit

Permalink
fix(npm): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieMason committed Aug 20, 2017
1 parent 2e7b878 commit 04e075c
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,12 @@
"description": "Easier to read test output with nested describe and it blocks.",
"version": "0.1.5",
"author": "Jamie Mason (https://github.com/JamieMason)",
"bugs": {
"url": "https://github.com/JamieMason/karma-nested-reporter/issues"
},
"bugs": "https://github.com/JamieMason/karma-nested-reporter/issues",
"contributors": [
"Jamie Mason (https://github.com/JamieMason)"
],
"dependencies": {
"chalk": "1.1.3",
"karma": ">=0.9"
"chalk": "2.1.0"
},
"homepage": "https://github.com/JamieMason/karma-nested-reporter",
"keywords": [
Expand All @@ -26,9 +23,5 @@
],
"license": "MIT",
"main": "index.js",
"peerDependencies": {},
"repository": {
"type": "git",
"url": "git@github.com:JamieMason/karma-nested-reporter.git"
}
"repository": "JamieMason/karma-nested-reporter"
}

0 comments on commit 04e075c

Please sign in to comment.