Rename npm script from lint to style.

This commit is contained in:
John-David Dalton
2015-10-17 17:09:06 -04:00
parent 33e2499006
commit 10229cd332
2 changed files with 3 additions and 3 deletions

View File

@@ -21,8 +21,8 @@
"sauce-tunnel": "2.2.3"
},
"scripts": {
"test": "node test/test",
"lint": "jscs lodash.js"
"style": "jscs lodash.js",
"test": "node test/test"
},
"volo": {
"type": "directory",