Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jul 7, 2016
1 parent 923c7df commit 66af8d8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -32,24 +32,24 @@
},
"devDependencies": {
"coveralls": "latest",
"nyc": "latest",
"docpress": "latest",
"git-dirty": "latest",
"git-update-ghpages": "latest",
"mocha": "latest",
"nyc": "latest",
"should": "latest",
"standard": "latest",
"travis-after-all": "latest",
"travis-after-all": "latest"
},
"engines": {
"node": ">= 0.10"
},
"scripts": {
"clean": "rm -rf node_modules",
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "standard lib",
"pretest": "npm run lint",
"test": "nyc mocha",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"test": "nyc mocha"
},
"license": "MIT"
}

0 comments on commit 66af8d8

Please sign in to comment.