Skip to content

Commit

Permalink
so no travis jshint...
Browse files Browse the repository at this point in the history
  • Loading branch information
scravy committed Jul 1, 2015
1 parent 24e1608 commit dd07962
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions package.json
Expand Up @@ -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",
Expand All @@ -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"
}

0 comments on commit dd07962

Please sign in to comment.