mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:37:58 +02:00
re-organize console folder with src
This commit is contained in:
parent
1ac5ba3b8c
commit
7fb433b212
7 changed files with 3 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/highfidelity/hifi.git"
|
"url": "https://github.com/highfidelity/hifi.git"
|
||||||
},
|
},
|
||||||
"main": "main.js",
|
"main": "src/main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "electron . --local-debug-builds",
|
"start": "electron . --local-debug-builds",
|
||||||
"local-release": "electron . --local-release-builds",
|
"local-release": "electron . --local-release-builds",
|
||||||
|
@ -24,6 +24,7 @@
|
||||||
"package-linux": "electron-packager . Console --platform=linux --arch=x64 --version=0.36.0"
|
"package-linux": "electron-packager . Console --platform=linux --arch=x64 --version=0.36.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"yargs": "^3.30.0"
|
"yargs": "^3.30.0",
|
||||||
|
"extend": "^3.0.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
0
console/jquery.js → console/src/jquery.js
vendored
0
console/jquery.js → console/src/jquery.js
vendored
Loading…
Reference in a new issue