Skip to content

Commit a9521e6

Browse files
committed
chore(repo): maintenance
- Updated mocha depedency - Removed obsolete jshint 'es5' option
1 parent f3728c0 commit a9521e6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.jshintrc

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"node": true,
3-
"es5": true,
43
"esnext": true,
54
"bitwise": false,
65
"curly": false,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"yo": ">=1.0.0-rc.1.1"
3030
},
3131
"devDependencies": {
32-
"mocha": "~1.11.0",
32+
"mocha": "~1.12.0",
3333
"grunt": "~0.4.1",
3434
"grunt-contrib-jshint": "~0.6.0",
3535
"grunt-conventional-changelog": "~1.0.0",

0 commit comments

Comments
 (0)