8000
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 e929d6f commit d720ea6Copy full SHA for d720ea6
package.json
@@ -22,7 +22,8 @@
22
"node": ">=0.8"
23
},
24
"scripts": {
25
- "test": "vows --spec"
+ "test": "vows --spec",
26
+ "lint": "jshint lib test"
27
28
"directories": {
29
"test": "test",
@@ -35,9 +36,10 @@
35
36
"underscore": "1.8.2"
37
38
"devDependencies": {
- "vows": "0.7.0",
39
+ "jshint": "2.9.0",
40
"sandboxed-module": "0.1.3",
- "underscore": "1.2.1"
41
+ "underscore": "1.2.1",
42
+ "vows": "0.7.0"
43
44
"browser": {
45
"os": false
0 commit comments