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

@@ -22,7 +22,7 @@ module.exports = function(grunt) {
all: [ all: [
'Gruntfile.js', 'Gruntfile.js',
'lib/**/*.js', 'lib/**/*.js',
'tests/**/*.js' 'test/**/*.js'
] ]
} }

View File

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