chore: use npm version napi-rs as dependency
This commit is contained in:
parent
cbf5b42d61
commit
3ab287a946
2 changed files with 3 additions and 2 deletions
|
@ -8,6 +8,6 @@
|
|||
"test": "node ./tests.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"napi-rs": ".."
|
||||
"napi-rs": "^0.1.0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,8 @@ minimist@^1.2.0:
|
|||
version "1.2.0"
|
||||
resolved "http://registry.npm.taobao.org/minimist/download/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
|
||||
|
||||
napi-rs@..:
|
||||
napi-rs@^0.1.0:
|
||||
version "0.1.0"
|
||||
resolved "https://registry.yarnpkg.com/napi-rs/-/napi-rs-0.1.0.tgz#32c8b57045e939d66bbf1a0d5d36dc0cf188d70c"
|
||||
dependencies:
|
||||
minimist "^1.2.0"
|
||||
|
|
Loading…
Reference in a new issue