fix jshint

This commit is contained in:
Dylan Greene
2014-12-19 13:00:48 -05:00
parent d0935730b8
commit 557bf2bcf1
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@
"main": "lib/index",
"scripts": {
"test": "tape test",
"lint": "jshint",
"lint": "grunt lint",
"test:browser": "prova -b"
},
"homepage": "http://github.com/dylang/node-rss",