Add packager to package.json

This commit is contained in:
Zach Fox 2019-10-30 17:00:30 -07:00
parent 5af7acf9ba
commit 82c75e9a92

View file

@ -4,7 +4,8 @@
"description": "High Fidelity Screenshare",
"main": "src/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"packager": "node packager.js"
},
"repository": {
"type": "git",