Skip to content

Commit

Permalink
feat: upgrade node-gyp@9 to support python3
Browse files Browse the repository at this point in the history
pick from #385

closes #384
  • Loading branch information
fengmk2 committed Mar 24, 2022
1 parent 74a13b7 commit d7e3e71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ const npminstall = require('npminstall');
- [x] All platform support
- [x] global install (`-g, --global`)
- [x] `preinstall`, `install`, `postinstall` scripts
- [x] node-gyp
- [x] node-gyp@9, only support Python@3
- [x] node-pre-gyp
- [x] bin (yo@1.6.0, fsevents@1.0.6)
- [x] scoped package
Expand Down Expand Up @@ -317,4 +317,4 @@ npm i babel-preset-es2015 browserify chalk debug minimist mkdirp

This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Mon Mar 21 2022 17:06:36 GMT+0800`.

<!-- GITCONTRIBUTOR_END -->
<!-- GITCONTRIBUTOR_END -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"ms": "^2.1.1",
"mz": "^2.7.0",
"mz-modules": "^2.1.0",
"node-gyp": "^4.0.0",
"node-gyp": "^9.0.0",
"node-homedir": "^1.1.1",
"normalize-package-data": "^2.5.0",
"npm-normalize-package-bin": "^1.0.1",
Expand Down

0 comments on commit d7e3e71

Please sign in to comment.