Skip to content

Commit

Permalink
chore: add node gyp (#48)
Browse files Browse the repository at this point in the history
* chore: add node gyp

* chore: labeler
  • Loading branch information
AhkunTa authored Jan 12, 2024
1 parent 1718350 commit 9c7756c
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 341 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
labels:
'🐞 bug':
- '\bfix'
'🎨 feature':
- '\bfeat'
'⚙️ refactor':
- '\brefactor'
'💄 style change':
- '\bstyle'
'📌 patch':
- '\bpatch'
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,11 @@
"tslib": "^2.2.0",
"typescript": "^4.2.3"
},
"packageManager": "[email protected]"
"resolutions": {
"node-gyp": "9.3.1"
},
"packageManager": "[email protected]",
"dependencies": {
"node-gyp": "^9.0.0"
}
}
Loading

0 comments on commit 9c7756c

Please sign in to comment.