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