package.json: scripts.test for npm test goodness

master
isaacs 2012-08-07 17:32:12 -07:00
parent b1ed38af90
commit 83a0963118
1 changed files with 4 additions and 0 deletions

View File

@ -18,5 +18,9 @@
"devDependencies": {
"tap": "0.2.0",
"ben": "0.0.0"
},
"scripts": {
"test": "tap test/*.js"
}
}