re-organize console folder with src

This commit is contained in:
Stephen Birarda 2015-12-16 12:08:53 -08:00
parent 1ac5ba3b8c
commit 7fb433b212
7 changed files with 3 additions and 2 deletions

View file

@ -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"
} }
} }