Skip to content

Commit

Permalink
[fix] add npm test command
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrugzz committed Aug 23, 2013
1 parent 93443bd commit 671adaf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -10,11 +10,12 @@
"assert-called": "0.1.x"
},
"scripts": {
"preinstall": "make"
"preinstall": "make",
"test": "node test/run-test.js"
},
"bin": {
"aeternum": "aeternum"
},
},
"author": "Nodejitsu, Inc.",
"license": "MIT",
"readmeFilename": "README.md"
Expand Down

0 comments on commit 671adaf

Please sign in to comment.