We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3946b00 commit 858c5e9Copy full SHA for 858c5e9
.jshintrc
@@ -37,7 +37,6 @@
37
38
39
// EcmaScript 5.
40
- "es5" : true, // Allow EcmaScript 5 syntax.
41
"strict" : false, // Require `use strict` pragma in every file.
42
"globalstrict" : false, // Allow global "use strict" (also enables 'strict').
43
package.json
@@ -16,11 +16,11 @@
16
"settings": "0.1.0"
17
},
18
"devDependencies": {
19
- "Faker" : "0.5.6",
20
- "jshint": "1.1.0",
21
- "istanbul": "0.1.29",
22
- "mocha": "1.9.0",
23
- "sinon": "1.6.0"
+ "Faker" : "0.5.11",
+ "jshint": "2.1.10",
+ "istanbul": "0.1.43",
+ "mocha": "1.12.0",
+ "sinon": "1.7.3"
24
25
"repository": {
26
"type": "git",
0 commit comments