Skip to content

Commit

Permalink
chore(repo): maintenance
Browse files Browse the repository at this point in the history
- Updated mocha depedency
- Removed obsolete jshint 'es5' option
  • Loading branch information
passy committed Jul 23, 2013
1 parent f3728c0 commit a9521e6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .jshintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"node": true,
"es5": true,
"esnext": true,
"bitwise": false,
"curly": false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"yo": ">=1.0.0-rc.1.1"
},
"devDependencies": {
"mocha": "~1.11.0",
"mocha": "~1.12.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.6.0",
"grunt-conventional-changelog": "~1.0.0",
Expand Down

0 comments on commit a9521e6

Please sign in to comment.