From dd079620d11c91957ac897e88d539dfceec41d56 Mon Sep 17 00:00:00 2001 From: Julian Date: Wed, 1 Jul 2015 19:23:25 +0200 Subject: [PATCH] so no travis jshint... --- package.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 1b01839..ba32f6f 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Get the MAC addresses (hardware addresses) of the hosts network interfaces.", "main": "index.js", "scripts": { - "test": "jshint *.js && node test.js" + "test": "node test.js" }, "repository": { "type": "git", @@ -22,8 +22,5 @@ "bugs": { "url": "https://github.com/scravy/node-macaddress/issues" }, - "homepage": "https://github.com/scravy/node-macaddress", - "devDependencies": { - "jshint": "^2.8.0" - } + "homepage": "https://github.com/scravy/node-macaddress" }