Skip to content

Commit 0935362

Browse files
committed
fix: tslib should be listed as dependency
close unrs/unrs-resolver#71 close import-js/eslint-import-resolver-typescript#436
1 parent 638e11c commit 0935362

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

package-lock.json

Lines changed: 7 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"description": "The `postinstall` script helper for handling native bindings in legacy `npm` versions",
66
"repository": "git+https://github.com/un-ts/napi-postinstall.git",
77
"author": "JounQin <[email protected]> (https://www.1stG.me)",
8-
"funding": "https://opencollective.com/unts",
8+
"funding": "https://opencollective.com/napi-postinstall",
99
"license": "MIT",
1010
"packageManager": "[email protected]",
1111
"engines": {
@@ -46,6 +46,9 @@
4646
"vercel-build": "npm i -D @esbuild/linux-x64 @rollup/rollup-linux-x64-gnu @swc/core-linux-x64-gnu && npm run docs:build",
4747
"version": "changeset version && npm i"
4848
},
49+
"dependencies": {
50+
"tslib": "^2.8.1"
51+
},
4952
"devDependencies": {
5053
"@1stg/browserslist-config": "^2.1.4",
5154
"@1stg/common-config": "^13.0.1",

0 commit comments

Comments
 (0)