We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d9bf9a commit b213620Copy full SHA for b213620
package.json
@@ -4,7 +4,7 @@
4
"author": {
5
"name": "xiaobaidadada"
6
},
7
- "version": "1.0.4",
+ "version": "1.0.5",
8
"license": "MIT",
9
"main": "./lib/index.js",
10
"types": "./typings/node-pty.d.ts",
@@ -47,7 +47,8 @@
47
"prepublishOnly": "npm run build"
48
49
"dependencies": {
50
- "prebuild-install": "^7.1.2"
+ "prebuild-install": "^7.1.2",
51
+ "node-addon-api": "^7.1.1"
52
53
"devDependencies": {
54
"@types/mocha": "^7.0.2",
@@ -57,7 +58,6 @@
57
58
"cross-env": "^5.1.4",
59
"eslint": "^6.8.0",
60
"mocha": "10",
- "node-addon-api": "^7.1.1",
61
"node-gyp": "^10.2.0",
62
"prebuild": "^13.0.1",
63
"ps-list": "^6.0.0",
0 commit comments