Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
Fix accidental removal 'jshint' instead of 'vows' in e8b6f97.
Browse files Browse the repository at this point in the history
  • Loading branch information
msiebuhr committed Oct 22, 2012
1 parent 33b03de commit 92f2ee9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -14,8 +14,8 @@
"dependencies": {},
"devDependencies": {
"chai": "~1.3.0",
"mocha": "~1.6.0",
"vows": "v0.6.2"
"jshint": "~0.9.1",
"mocha": "~1.6.0"
},
"scripts": {
"prepublish": "mocha; jshint lib/ test/",
Expand Down

0 comments on commit 92f2ee9

Please sign in to comment.