diff --git a/package.json b/package.json index 9208385..b0614b8 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ "build-fixture": "browserify --full-paths ./test/fixture/index.js > ./test/fixture/bundle.js && browserify ./test/fixture/index.js > ./test/fixture/bundle-no-full.js", "demo": "npm run prepublish && opener index.html", "rework": "node lib/bundle-css > build/style.css", - "test": "node test | tap-spec" + "test": "node test | tap-spec", + "start": "npm run demo" }, "repository": { "type": "git",