add browser-manual target

This commit is contained in:
Julian Gruber 2017-03-20 10:36:35 +01:00
parent b16f175389
commit 588fd4c167

View File

@ -11,7 +11,8 @@
"browserify": "^14.1.0" "browserify": "^14.1.0"
}, },
"scripts": { "scripts": {
"browser": "browserify example.js | browser-run" "browser": "browserify example.js | browser-run",
"browser-manual": "browserify example.js | browser-run -p 1234"
}, },
"repository": { "repository": {
"type": "git", "type": "git",