Ver código fonte

chore: cleanup

LongYinan 4 anos atrás
pai
commit
2a5e738296
3 arquivos alterados com 1 adições e 4 exclusões
  1. 0 1
      .github/FUNDING.yml
  2. 0 2
      README.md
  3. 1 1
      package.json

+ 0 - 1
.github/FUNDING.yml

@@ -1 +0,0 @@
-github: [Brooooooklyn]

+ 0 - 2
README.md

@@ -12,8 +12,6 @@ yarn add @napi-rs/package-template
 
 ## Support matrix
 
-> ⚠️ Linux musl has not been supported now.
-
 ### Operating Systems
 
 | Linux | macOS | Windows x64 MSVC |

+ 1 - 1
package.json

@@ -23,7 +23,7 @@
   "scripts": {
     "artifacts": "napi artifacts",
     "build": "cargo build --release && napi build --platform --release",
-    "build:debug": "cargo build && napi --platform",
+    "build:debug": "cargo build && napi build --platform",
     "format": "run-p format:md format:json format:yaml format:source format:rs",
     "format:md": "prettier --parser markdown --write './**/*.md'",
     "format:json": "prettier --parser json --write './**/*.json'",