Skip to content

Commit 858c5e9

Browse files
committed
bumping dev dependency versions
1 parent 3946b00 commit 858c5e9

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.jshintrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737

3838

3939
// EcmaScript 5.
40-
"es5" : true, // Allow EcmaScript 5 syntax.
4140
"strict" : false, // Require `use strict` pragma in every file.
4241
"globalstrict" : false, // Allow global "use strict" (also enables 'strict').
4342

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
"settings": "0.1.0"
1717
},
1818
"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"
19+
"Faker" : "0.5.11",
20+
"jshint": "2.1.10",
21+
"istanbul": "0.1.43",
22+
"mocha": "1.12.0",
23+
"sinon": "1.7.3"
2424
},
2525
"repository": {
2626
"type": "git",

0 commit comments

Comments
 (0)