Skip to content

Commit b213620

Browse files
committed
package.json
1 parent 6d9bf9a commit b213620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": {
55
"name": "xiaobaidadada"
66
},
7-
"version": "1.0.4",
7+
"version": "1.0.5",
88
"license": "MIT",
99
"main": "./lib/index.js",
1010
"types": "./typings/node-pty.d.ts",
@@ -47,7 +47,8 @@
4747
"prepublishOnly": "npm run build"
4848
},
4949
"dependencies": {
50-
"prebuild-install": "^7.1.2"
50+
"prebuild-install": "^7.1.2",
51+
"node-addon-api": "^7.1.1"
5152
},
5253
"devDependencies": {
5354
"@types/mocha": "^7.0.2",
@@ -57,7 +58,6 @@
5758
"cross-env": "^5.1.4",
5859
"eslint": "^6.8.0",
5960
"mocha": "10",
60-
"node-addon-api": "^7.1.1",
6161
"node-gyp": "^10.2.0",
6262
"prebuild": "^13.0.1",
6363
"ps-list": "^6.0.0",

0 commit comments

Comments
 (0)