From 557bf2bcf1bcb9129890f3b8865dd0eab571c88f Mon Sep 17 00:00:00 2001 From: Dylan Greene Date: Fri, 19 Dec 2014 13:00:48 -0500 Subject: [PATCH] fix jshint --- Gruntfile.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.js b/Gruntfile.js index dc98e1d..bc45a27 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -22,7 +22,7 @@ module.exports = function(grunt) { all: [ 'Gruntfile.js', 'lib/**/*.js', - 'tests/**/*.js' + 'test/**/*.js' ] } diff --git a/package.json b/package.json index 4e47d2a..19a133b 100644 --- a/package.json +++ b/package.json @@ -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",