diff --git a/package.json b/package.json index 0155ab8..a0309dd 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,9 @@ }, "main": "lib/peg", "bin": "bin/pegjs", + "scripts": { + "test": "make spec" + }, "repository": { "type": "git", "url": "http://github.com/dmajda/pegjs.git"