@napi-rs/cli@1.0.0-alpha.12

This commit is contained in:
LongYinan 2020-12-23 22:46:48 +08:00
parent 2f4d3142cf
commit f4c6bc7115
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7
2 changed files with 6 additions and 17 deletions

View file

@ -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"
}
}
}

View file

@ -1,10 +1,7 @@
{
"packages": [
"cli",
"triples"
],
"packages": ["cli", "triples"],
"version": "independent",
"useWorkspaces": true,
"npmClient": "yarn",
"message": "chore: publish"
}
}