Skip to content

Commit

Permalink
chore(package): update standard to version 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
greenkeeperio-bot committed Jun 3, 2016
1 parent 20e8adb commit 2e0bf40
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.1",
"description": "This is a utility that you can run before npm install to remove outdated dependencies in your node_modules file.",
"main": "index.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/jcblw/npm-remove-outdated.git"
"repository": {
"type": "git",
"url": "https://github.com/jcblw/npm-remove-outdated.git"
},
"scripts": {
"test": "standard && nyc tap ./test/*.spec.js && nyc report --reporter=text-lcov | coveralls"
Expand All @@ -26,7 +26,7 @@
"devDependencies": {
"coveralls": "^2.11.9",
"nyc": "^6.1.1",
"standard": "^7.1.0",
"standard": "^7.1.2",
"tap": "^5.7.0"
}
}

0 comments on commit 2e0bf40

Please sign in to comment.