Remove an erroneous npm-debug.log, disable failing test

Driveby fix: fix a few linter warnings and actually have CI linting things.
This commit is contained in:
impinball 2016-03-02 13:44:42 -05:00
parent 17acef768f
commit 81985e3d91
5 changed files with 12 additions and 29 deletions

View file

@ -15,7 +15,7 @@
"url" : "http://github.com/lhorie/mithril.js/issues"
},
"scripts": {
"test": "grunt test"
"test": "grunt lint test"
},
"main": "mithril.js",
"devDependencies": {