Skip to content
This repository was archived by the owner on Jan 27, 2019. It is now read-only.

Commit 018399b

Browse files
committed
Add standard
1 parent b1fa8b9 commit 018399b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,13 @@
3939
"homepage": "https://github.com/jxnblk/css-statistics",
4040
"devDependencies": {
4141
"get-css": "0.0.2",
42+
"jshint": "2.8.0",
4243
"mocha": "^2.1.0",
43-
"jshint": "2.8.0"
44+
"standard": "^4.5.4"
4445
},
4546
"scripts": {
46-
"test": "mocha test",
47-
"jshint": "jshint index.js lib test"
47+
"jshint": "jshint index.js lib test",
48+
"standard": "standard",
49+
"test": "mocha test"
4850
}
4951
}

0 commit comments

Comments
 (0)