Skip to content

Commit c4908be

Browse files
committed
Add lint script to package.json
1 parent 612db45 commit c4908be

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
"description": "In-browser code editing made bearable",
66
"license": "MIT",
77
"directories": {"lib": "./lib"},
8-
"scripts": {"test": "node ./test/run.js"},
8+
"scripts": {
9+
"test": "node ./test/run.js",
10+
"lint": "bin/lint"
11+
},
912
"devDependencies": {"node-static": "0.6.0",
1013
"phantomjs": "1.9.2-5",
1114
"blint": ">=0.1.1"},

0 commit comments

Comments
 (0)