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 612db45 commit c4908beCopy full SHA for c4908be
package.json
@@ -5,7 +5,10 @@
5
"description": "In-browser code editing made bearable",
6
"license": "MIT",
7
"directories": {"lib": "./lib"},
8
- "scripts": {"test": "node ./test/run.js"},
+ "scripts": {
9
+ "test": "node ./test/run.js",
10
+ "lint": "bin/lint"
11
+ },
12
"devDependencies": {"node-static": "0.6.0",
13
"phantomjs": "1.9.2-5",
14
"blint": ">=0.1.1"},
0 commit comments