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