Skip to content

Commit

Permalink
Add a target for "npm test" to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
chilts committed Dec 14, 2011
1 parent 6f14371 commit 0af7362
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -20,5 +20,8 @@
"url": "http://github.com/andris9/pass/blob/master/LICENSE"
}
],
"keywords": ["apache", "password", "passwd", "htpasswd"]
"keywords": ["apache", "password", "passwd", "htpasswd"],
"scripts" : {
"test" : "node test.js"
}
}

0 comments on commit 0af7362

Please sign in to comment.