Merge pull request #4028 from spicyj/npm-run-lint

Fix `npm run lint`
This commit is contained in:
Ben Alpert
2015-06-04 13:37:00 -07:00
+1 -1
View File
@@ -73,7 +73,7 @@
"scripts": {
"test": "jest",
"jest": "jest",
"lint": "eslint src",
"lint": "grunt lint",
"build": "grunt build"
},
"jest": {