style: run fmt

This commit is contained in:
LongYinan 2021-11-25 22:38:41 +08:00
parent 7177f4af92
commit 59d6a219b5
No known key found for this signature in database
GPG key ID: C3666B7FC82ADAD7

View file

@ -2,22 +2,14 @@
"name": "@napi-rs/cli", "name": "@napi-rs/cli",
"version": "2.0.0-alpha.10", "version": "2.0.0-alpha.10",
"description": "Cli tools for napi-rs", "description": "Cli tools for napi-rs",
"keywords": [ "keywords": ["cli", "rust", "napi", "n-api", "neon"],
"cli",
"rust",
"napi",
"n-api",
"neon"
],
"author": "LongYinan <lynweklm@gmail.com>", "author": "LongYinan <lynweklm@gmail.com>",
"homepage": "https://github.com/napi-rs/napi-rs", "homepage": "https://github.com/napi-rs/napi-rs",
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"napi": "./scripts/index.js" "napi": "./scripts/index.js"
}, },
"files": [ "files": ["scripts"],
"scripts"
],
"engines": { "engines": {
"node": ">= 10" "node": ">= 10"
}, },