Skip to content

Commit

Permalink
Next attempt at fixing packaging with native code
Browse files Browse the repository at this point in the history
  • Loading branch information
sedwards2009 committed Jun 3, 2024
1 parent 12b2ac2 commit 7704911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions build_scripts/extraterm-jam-pack.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
"node_modules/node-pty/LICENSE",
"node_modules/node-pty/package.json",
"node_modules/node-pty/lib/**/*.js",
"node_modules/ssh2/**/*.js",
"node_modules/ssh2/lib/protocol/crypto/build/Release/sshcrypto.node",
"extensions/**/dist/*.js",
"extensions/**/dist/*.cjs",
Expand Down
6 changes: 3 additions & 3 deletions extensions/SSHSessionBackend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
},
"dependencies": {
"@types/ssh2": "^1.15.0",
"node-pty": "1.0.0"
"lodash-es": "4.17.21",
"node-pty": "1.0.0",
"ssh2": "1.15.0"
},
"devDependencies": {
"@extraterm/extraterm-extension-api": "0.15.0",
Expand All @@ -31,10 +33,8 @@
"extraterm-event-emitter": "1.0.0",
"extraterm-later": "1.0.0",
"jest": "27.5.1",
"lodash-es": "4.17.21",
"node-gyp": "^8.3.0",
"shx": "^0.3.2",
"ssh2": "1.15.0",
"typescript": "5.2.2"
},
"isInternal": true,
Expand Down

0 comments on commit 7704911

Please sign in to comment.