Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ianperrin authored Jun 18, 2018
1 parent 9272e45 commit 2110e69
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A module for MagicMirror which determines the status of devices on the network based on their MAC address",
"main": "MMM-NetworkScanner.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "grunt test"
},
"repository": {
"type": "git",
Expand All @@ -25,4 +25,9 @@
"sudo": "^1.0.3",
"ping": "^0.1.10"
}
"devDependencies": {
"grunt": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-nodeunit": "latest"
}
}

0 comments on commit 2110e69

Please sign in to comment.