style: run fmt
This commit is contained in:
parent
7177f4af92
commit
59d6a219b5
1 changed files with 2 additions and 10 deletions
|
@ -2,22 +2,14 @@
|
|||
"name": "@napi-rs/cli",
|
||||
"version": "2.0.0-alpha.10",
|
||||
"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"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue