From 04221cd49e3e4394b01e60d83e8b8635d2c9f260 Mon Sep 17 00:00:00 2001 From: Frederik Braun Date: Tue, 7 Feb 2017 09:02:19 +0100 Subject: [PATCH] update package.json --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6c588bf..eedc1df 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "https://github.com/mozfreddyb/eslint-plugin-no-unsafe-innerhtml/issues" }, "devDependencies": { - "mocha": "^3.1.0" + "mocha": "^3.2.0" }, "dependencies": { "eslint": "^3.7.1" @@ -29,7 +29,7 @@ "url": "https://github.com/mozfreddyb/eslint-plugin-no-unsafe-innerhtml/issues" }, "scripts":{ - "test": "mocha tests/rules/", - "lint": "node_modules/.bin/eslint index.js lib/**/*.js tests/**/*.js" + "test": "./node_modules/.bin/mocha tests/rules/", + "lint": "./node_modules/.bin/eslint index.js lib/**/*.js tests/**/*.js" } }