Skip to content

Commit

Permalink
update zuul and mocha dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
defunctzombie committed Aug 23, 2014
1 parent 5d6a06a commit 78c96d6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@
"int": "0.1.2"
},
"devDependencies": {
"zuul": "~1.7.0",
"mocha": "~1.8.0"
"zuul": "~1.10.1",
"mocha": "~1.21.4"
},
"scripts": {
"test": "mocha && zuul -- test/*.js",
"test-node": "mocha",
"test-local": "zuul --local -- test/*.js"
},
"contributors": [
"Roman Shtylman <shtylman@gmail.com>",
"Vadim Graboys <dimva13@gmail.com>"
]
}
}

0 comments on commit 78c96d6

Please sign in to comment.