mirror of
https://github.com/LightAir/turbo-rss.git
synced 2026-02-04 03:56:19 +00:00
fix jshint
This commit is contained in:
@@ -22,7 +22,7 @@ module.exports = function(grunt) {
|
||||
all: [
|
||||
'Gruntfile.js',
|
||||
'lib/**/*.js',
|
||||
'tests/**/*.js'
|
||||
'test/**/*.js'
|
||||
]
|
||||
}
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user