mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 10:02:13 +02:00
Add packager to package.json
This commit is contained in:
parent
5af7acf9ba
commit
82c75e9a92
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue