Skip to content

Commit

Permalink
Fix npm dir[skip skia]
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Nov 19, 2024
1 parent 9112ece commit ed4fdbf
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 18 deletions.
8 changes: 4 additions & 4 deletions npm/linux-arm64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"cpu": [
"arm64"
],
"libc": [
"glibc"
],
"main": "skia.linux-arm64-gnu.node",
"files": [
"skia.linux-arm64-gnu.node"
Expand Down Expand Up @@ -39,5 +36,8 @@
"repository": {
"type": "git",
"url": "git+https://github.com/Brooooooklyn/canvas.git"
}
},
"libc": [
"glibc"
]
}
8 changes: 4 additions & 4 deletions npm/linux-arm64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"cpu": [
"arm64"
],
"libc": [
"musl"
],
"main": "skia.linux-arm64-musl.node",
"files": [
"skia.linux-arm64-musl.node"
Expand Down Expand Up @@ -39,5 +36,8 @@
"repository": {
"type": "git",
"url": "git+https://github.com/Brooooooklyn/canvas.git"
}
},
"libc": [
"musl"
]
}
3 changes: 3 additions & 0 deletions npm/linux-riscv64-gnu/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# `@napi-rs/canvas-linux-riscv64-gnu`

This is the **riscv64-unknown-linux-gnu** binary for `@napi-rs/canvas`
43 changes: 43 additions & 0 deletions npm/linux-riscv64-gnu/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
{
"name": "@napi-rs/canvas-linux-riscv64-gnu",
"version": "0.1.62",
"os": [
"linux"
],
"cpu": [
"riscv64"
],
"main": "skia.linux-riscv64-gnu.node",
"files": [
"skia.linux-riscv64-gnu.node"
],
"description": "Canvas for Node.js with skia backend",
"keywords": [
"napi-rs",
"NAPI",
"N-API",
"Rust",
"node-addon",
"node-addon-api",
"canvas",
"image",
"pdf",
"svg",
"skia"
],
"license": "MIT",
"engines": {
"node": ">= 10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Brooooooklyn/canvas.git"
},
"libc": [
"glibc"
]
}
8 changes: 4 additions & 4 deletions npm/linux-x64-gnu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"cpu": [
"x64"
],
"libc": [
"glibc"
],
"main": "skia.linux-x64-gnu.node",
"files": [
"skia.linux-x64-gnu.node"
Expand Down Expand Up @@ -39,5 +36,8 @@
"repository": {
"type": "git",
"url": "git+https://github.com/Brooooooklyn/canvas.git"
}
},
"libc": [
"glibc"
]
}
8 changes: 4 additions & 4 deletions npm/linux-x64-musl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"x64"
],
"main": "skia.linux-x64-musl.node",
"libc": [
"musl"
],
"files": [
"skia.linux-x64-musl.node"
],
Expand Down Expand Up @@ -39,5 +36,8 @@
"repository": {
"type": "git",
"url": "git+https://github.com/Brooooooklyn/canvas.git"
}
},
"libc": [
"musl"
]
}
3 changes: 1 addition & 2 deletions npm/win32-x64-msvc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
],
"main": "skia.win32-x64-msvc.node",
"files": [
"skia.win32-x64-msvc.node",
"icudtl.dat"
"skia.win32-x64-msvc.node"
],
"description": "Canvas for Node.js with skia backend",
"keywords": [
Expand Down

0 comments on commit ed4fdbf

Please sign in to comment.