Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 20d5748

Browse files
committed
Removed two pkg.json structure to allow greenkeeper to check deps
1 parent 7fe2154 commit 20d5748

File tree

4 files changed

+70
-90
lines changed

4 files changed

+70
-90
lines changed

package-lock.json

Lines changed: 52 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,23 @@
11
{
22
"name": "edex-ui",
3+
"productName": "eDEX-UI",
34
"version": "0.1.0",
45
"description": "A science fiction desktop running everywhere. Awesome.",
6+
"keywords": [
7+
"desktop",
8+
"sci-fi",
9+
"gui",
10+
"portable",
11+
"tty",
12+
"terminal"
13+
],
514
"main": "src/_boot.js",
615
"scripts": {
7-
"start": "node_modules/.bin/electron src",
8-
"install-linux": "npm install && cd src && npm install && ./../node_modules/.bin/electron-rebuild -f -w node-pty && cd ..",
16+
"start": "node_modules/.bin/electron .",
17+
"install-linux": "npm install && ./node_modules/.bin/electron-rebuild -f -w node-pty",
918
"preinstall-windows": "npm install --global --production windows-build-tools && npm install --global node-gyp && setx PYTHON \"%USERPROFILE%\\.windows-build-tools\\python27\\python.exe\"",
10-
"install-windows": "npm install && cd src && npm install && ..\\node_modules\\.bin\\electron-rebuild -f -w node-pty && cd ..",
11-
"prebuild": "mkdir prebuild-src && cp -R src/* prebuild-src/ && node prebuild-minify.js && cd prebuild-src && npm install",
19+
"install-windows": "npm install && node_modules\\.bin\\electron-rebuild -f -w node-pty",
20+
"prebuild": "mkdir prebuild-src && cp -R src/* prebuild-src/ && node prebuild-minify.js && npm install",
1221
"build": "./node_modules/.bin/electron-builder build -wl -p never",
1322
"postbuild": "rm -R prebuild-src"
1423
},
@@ -72,6 +81,11 @@
7281
"icon": "media/icon.ico"
7382
}
7483
},
84+
"dependencies": {
85+
"node-pty": "0.7.1",
86+
"ws": "3.2.0",
87+
"xterm": "2.9.2"
88+
},
7589
"devDependencies": {
7690
"electron": "1.7.9",
7791
"electron-builder": "19.48.3",

src/package-lock.json

Lines changed: 0 additions & 51 deletions
This file was deleted.

src/package.json

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)