@napi-rs/cli@1.0.0-alpha.12
This commit is contained in:
parent
2f4d3142cf
commit
f4c6bc7115
2 changed files with 6 additions and 17 deletions
|
@ -1,23 +1,15 @@
|
|||
{
|
||||
"name": "@napi-rs/cli",
|
||||
"version": "1.0.0-alpha.11",
|
||||
"version": "1.0.0-alpha.12",
|
||||
"description": "Cli tools for napi-rs",
|
||||
"keywords": [
|
||||
"cli",
|
||||
"rust",
|
||||
"napi",
|
||||
"n-api",
|
||||
"neon"
|
||||
],
|
||||
"keywords": ["cli", "rust", "napi", "n-api", "neon"],
|
||||
"author": "LongYinan <lynweklm@gmail.com>",
|
||||
"homepage": "https://github.com/napi-rs/napi-rs",
|
||||
"license": "MIT",
|
||||
"bin": {
|
||||
"napi": "./scripts/index.js"
|
||||
},
|
||||
"files": [
|
||||
"scripts"
|
||||
],
|
||||
"files": ["scripts"],
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
},
|
||||
|
@ -55,4 +47,4 @@
|
|||
"type": "github",
|
||||
"url": "https://github.com/sponsors/Brooooooklyn"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,10 +1,7 @@
|
|||
{
|
||||
"packages": [
|
||||
"cli",
|
||||
"triples"
|
||||
],
|
||||
"packages": ["cli", "triples"],
|
||||
"version": "independent",
|
||||
"useWorkspaces": true,
|
||||
"npmClient": "yarn",
|
||||
"message": "chore: publish"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue