diff --git a/package.json b/package.json index 7418b0d..b680d1b 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "browserify": "^5.11.0", "phantomjs": "^1.9.7-15", "precommit-hook": "0.x.x", + "run-browser": "^1.3.1", "tap-spec": "^0.2.1", "tape": "2.x.x", "tape-run": "^0.3.0" @@ -27,6 +28,7 @@ "url": "git://github.com/ampersandjs/ampersand-registry" }, "scripts": { + "start": "run-browser test/main.js", "test": "browserify test/main.js | tape-run | tap-spec" }, "testling": {