Skip to content

Commit

Permalink
Merge pull request #8 from yahoo/chore/update-devdeps
Browse files Browse the repository at this point in the history
make the devDep badge green
  • Loading branch information
koulmomo committed Mar 28, 2015
2 parents 4ad9af0 + e6c204d commit 9e30ddf
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "fumble",
"description": "Simple error objects in node. Created specifically to be used with the fetchr library and based on hapi.js' Boom.",
"version": "0.1.0",
"author": "Mo Kouli <mkouli@yahoo-inc.com>",
"main": "index.js",
"repository": {
"type": "git",
Expand All @@ -10,7 +11,7 @@
"bugs": "https://github.com/yahoo/fumble/issues",
"scripts": {
"cover": "istanbul cover --dir artifacts -- _mocha tests/unit --recursive --reporter tap",
"devtest": "mocha tests/unit --recursive --reporter spec",
"devtest": "mocha tests/unit --recursive --reporter nyan",
"lint": "eslint .",
"test": "npm run lint && npm run cover"
},
Expand All @@ -21,21 +22,21 @@
"devDependencies": {
"chai": "^2.0",
"coveralls": "^2.11.1",
"eslint": "^0.16.0",
"eslint": "^0.17.0",
"istanbul": "^0.3.5",
"mocha": "^2.0",
"precommit-hook": "^1.0",
"pre-commit": "^1.0",
"webpack": "^1.5"
},
"pre-commit": [
"devtest"
],
"keywords": [
"yahoo",
"fetchr",
"error"
],
"precommit": [
"devtest"
],
"author": "Mo Kouli <mkouli@yahoo-inc.com>",

"licenses": [
{
"type": "BSD",
Expand Down

0 comments on commit 9e30ddf

Please sign in to comment.