Skip to content

Commit

Permalink
add a test command so that tests may be invoked with npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
lloyd committed Oct 25, 2011
1 parent d7222de commit 8006156
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Expand Up @@ -23,5 +23,8 @@
"JSONSelect.md", "JSONSelect.md",
"package.json", "package.json",
"LICENSE" "LICENSE"
] ],
"scripts": {
"test": "node src/test/run.js"
}
} }

0 comments on commit 8006156

Please sign in to comment.