From a2672e0b48072207c73f5548fb1fb6caf671c035 Mon Sep 17 00:00:00 2001 From: David Majda Date: Sun, 28 Oct 2012 12:21:19 +0200 Subject: [PATCH] Make "npm test" work This is will be useful for Travis CI integration --- package.json | 3 +++ 1 file changed, 3 insertions(+) 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"