Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryusei-48 committed Oct 14, 2021
1 parent 5b470d0 commit fda75ae
Show file tree
Hide file tree
Showing 11 changed files with 596 additions and 191 deletions.
120 changes: 107 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "webterm",
"version": "1.0.2",
"description": "A terminal that runs on a browser engine.",
"main": "src/main.js",
"main": "src/main.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
Expand All @@ -11,7 +11,7 @@
"build-appx": "electron-builder -w --x64 && electron-windows-store --input-directory .\\dist\\win-unpacked --output-directory .\\dist --package-name WebTerm --package-display-name WebTerm --package-version 1.0.1.0 --publisher-display-name Lhaplu:Log --identity-name 36443LhapluLog.WebTerm",
"build-linux": "node_modules/.bin/electron-builder --linux --x64",
"build-mac": "node_modules/.bin/electron-builder --mac --x64",
"webpack": "webpack"
"webpack": "webpack && javascript-obfuscator src/main.js --output src/main.min.js"
},
"keywords": [],
"author": "Yamazaki Ryuki",
Expand All @@ -33,7 +33,7 @@
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0",
"webpack-obfuscator": "^3.4.1",
"xterm": "^4.13.0",
"xterm": "^4.14.1",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-web-links": "^0.4.0"
},
Expand All @@ -43,8 +43,9 @@
"iconv-lite": "^0.6.3",
"node-pty": "^0.10.1",
"ref-wchar-napi": "^1.0.3",
"sequelize": "^6.6.5",
"sqlite3": "^5.0.2",
"ssh2": "^1.1.0"
"ssh2": "^1.4.0"
},
"build": {
"productName": "WebTerm",
Expand Down
Loading

0 comments on commit fda75ae

Please sign in to comment.