Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cocktailpeanut committed Aug 23, 2024
1 parent 183ec2e commit 7c761da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"types": "./typings/node-pty.d.ts",
"repository": {
"type": "git",
"url": "git://github.com/homebridge/node-pty-prebuilt-multiarch.git"
"url": "git://github.com/peanutcocktail/node-pty-prebuilt-multiarch-new.git"
},
"files": [
"binding.gyp",
Expand All @@ -25,9 +25,9 @@
"third_party/",
"typings/"
],
"homepage": "https://github.com/homebridge/node-pty-prebuilt-multiarch",
"homepage": "https://github.com/peanutcocktail/node-pty-prebuilt-multiarch-new",
"bugs": {
"url": "https://github.com/homebridge/node-pty-prebuilt-multiarch/issues"
"url": "https://github.com/peanutcocktail/node-pty-prebuilt-multiarch/issues"
},
"keywords": [
"pty",
Expand Down
2 changes: 1 addition & 1 deletion typings/node-pty.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Copyright (c) 2018, Microsoft Corporation (MIT License).
*/

declare module '@homebridge/node-pty-prebuilt-multiarch' {
declare module '@cocktailpeanut/node-pty-prebuilt-multiarch' {
/**
* Forks a process as a pseudoterminal.
* @param file The file to launch.
Expand Down

0 comments on commit 7c761da

Please sign in to comment.