Fix npm run lint

Broke in #4021.
This commit is contained in:
Ben Alpert
2015-06-04 13:20:42 -07:00
parent e04015a4a2
commit b1538e36e3

View File

@@ -73,7 +73,7 @@
"scripts": {
"test": "jest",
"jest": "jest",
"lint": "eslint src",
"lint": "grunt lint",
"build": "grunt build"
},
"jest": {