diff --git a/cli/package.json b/cli/package.json index 34a99bea..baccb322 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,15 +1,23 @@ { "name": "@napi-rs/cli", - "version": "1.0.0-alpha.10", + "version": "1.0.0-alpha.11", "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" }, @@ -47,4 +55,4 @@ "type": "github", "url": "https://github.com/sponsors/Brooooooklyn" } -} +} \ No newline at end of file