We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3728c0 commit a9521e6Copy full SHA for a9521e6
.jshintrc
@@ -1,6 +1,5 @@
1
{
2
"node": true,
3
- "es5": true,
4
"esnext": true,
5
"bitwise": false,
6
"curly": false,
package.json
@@ -29,7 +29,7 @@
29
"yo": ">=1.0.0-rc.1.1"
30
},
31
"devDependencies": {
32
- "mocha": "~1.11.0",
+ "mocha": "~1.12.0",
33
"grunt": "~0.4.1",
34
"grunt-contrib-jshint": "~0.6.0",
35
"grunt-conventional-changelog": "~1.0.0",
0 commit comments