Add ./lib files to the jscs style check.

This commit is contained in:
John-David Dalton
2015-10-22 21:17:59 -07:00
parent 6c09a69991
commit 68473f08d6

View File

@@ -27,7 +27,7 @@
}, },
"scripts": { "scripts": {
"build": "node lib/main/build.js && node lib/fp/build.js", "build": "node lib/main/build.js && node lib/fp/build.js",
"style": "jscs lodash.js", "style": "jscs lodash.js lib/**/*.js",
"test": "node test/test" "test": "node test/test"
}, },
"volo": { "volo": {