Skip to content

Commit 487378a

Browse files
committed
Merge pull request #900 from sascha-egerer/patch-1
Add missing jshint dependency
2 parents b9226e0 + c51949a commit 487378a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@
110110
"proxyquire": "~1.7.3",
111111
"requirefrom": "~0.2.0",
112112
"sinon": "~1.17.2",
113-
"sinon-chai": "~2.8.0"
113+
"sinon-chai": "~2.8.0",
114+
"jshint": "~2.9.1"
114115
},
115116
"scripts": {
116117
"pretest": "gulp clean-coverage",

0 commit comments

Comments
 (0)