We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24e1608 commit dd07962Copy full SHA for dd07962
package.json
@@ -4,7 +4,7 @@
4
"description": "Get the MAC addresses (hardware addresses) of the hosts network interfaces.",
5
"main": "index.js",
6
"scripts": {
7
- "test": "jshint *.js && node test.js"
+ "test": "node test.js"
8
},
9
"repository": {
10
"type": "git",
@@ -22,8 +22,5 @@
22
"bugs": {
23
"url": "https://github.com/scravy/node-macaddress/issues"
24
25
- "homepage": "https://github.com/scravy/node-macaddress",
26
- "devDependencies": {
27
- "jshint": "^2.8.0"
28
- }
+ "homepage": "https://github.com/scravy/node-macaddress"
29
}
0 commit comments