Skip to content

Commit dd07962

Browse files
committed
so no travis jshint...
1 parent 24e1608 commit dd07962

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Get the MAC addresses (hardware addresses) of the hosts network interfaces.",
55
"main": "index.js",
66
"scripts": {
7-
"test": "jshint *.js && node test.js"
7+
"test": "node test.js"
88
},
99
"repository": {
1010
"type": "git",
@@ -22,8 +22,5 @@
2222
"bugs": {
2323
"url": "https://github.com/scravy/node-macaddress/issues"
2424
},
25-
"homepage": "https://github.com/scravy/node-macaddress",
26-
"devDependencies": {
27-
"jshint": "^2.8.0"
28-
}
25+
"homepage": "https://github.com/scravy/node-macaddress"
2926
}

0 commit comments

Comments
 (0)