Skip to content

Commit

Permalink
chore(package): adds npm test script
Browse files Browse the repository at this point in the history
  • Loading branch information
HipsterBrown committed Aug 1, 2016
1 parent 37e419a commit 3adca39
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"version": "0.0.9",
"description": "",
"main": "tessel.js",
"dependencies": {
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
Expand All @@ -13,10 +12,11 @@
"grunt-contrib-watch": "^0.6.1",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscs": "^2.6.0",
"npm": "^3.10.5",
"sinon": "^1.14.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "grunt"
},
"author": "Technical Machine <[email protected]>",
"license": "MIT"
Expand Down

0 comments on commit 3adca39

Please sign in to comment.