Skip to content

Commit 3af68f1

Browse files
committed
fix missing lint script
1 parent b56f188 commit 3af68f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,11 @@
3535
"rework-visit": "^1.0.0",
3636
"source-map": "^0.5.6",
3737
"urix": "^0.1.0"
38+
},
39+
"devDependencies": {
40+
"jshint": "^2.9.5"
41+
},
42+
"scripts": {
43+
"lint": "jshint index.js lib"
3844
}
3945
}

0 commit comments

Comments
 (0)