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

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
passcod committed Jul 7, 2014
1 parent b49c341 commit ae7948f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -14,11 +14,11 @@
"serialize"
],
"devDependencies": {
"jshint": "1.x.x",
"mocha": "1.9.x"
"jshint": "^2.5.2",
"mocha": "^1.20.1"
},
"scripts": {
"test": "./node_modules/.bin/mocha --reporter spec",
"lint": "./node_modules/.bin/jshint --config=./jshint.json funstring.js test"
}
}
}

0 comments on commit ae7948f

Please sign in to comment.