diff --git a/cli/package.json b/cli/package.json index baccb322..3f6f600c 100644 --- a/cli/package.json +++ b/cli/package.json @@ -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 ", "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" } -} \ No newline at end of file +} diff --git a/lerna.json b/lerna.json index 444784e7..112c88d6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,10 +1,7 @@ { - "packages": [ - "cli", - "triples" - ], + "packages": ["cli", "triples"], "version": "independent", "useWorkspaces": true, "npmClient": "yarn", "message": "chore: publish" -} \ No newline at end of file +}