Make "npm test" work

This is will be useful for Travis CI integration
redux
David Majda 12 years ago
parent adfeb87c82
commit a2672e0b48

@ -10,6 +10,9 @@
},
"main": "lib/peg",
"bin": "bin/pegjs",
"scripts": {
"test": "make spec"
},
"repository": {
"type": "git",
"url": "http://github.com/dmajda/pegjs.git"

Loading…
Cancel
Save