diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index 2998ac30..ca232671 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -7,9 +7,6 @@ "cpu": [ "arm64" ], - "libc": [ - "glibc" - ], "main": "skia.linux-arm64-gnu.node", "files": [ "skia.linux-arm64-gnu.node" @@ -39,5 +36,8 @@ "repository": { "type": "git", "url": "git+https://github.com/Brooooooklyn/canvas.git" - } + }, + "libc": [ + "glibc" + ] } \ No newline at end of file diff --git a/npm/linux-arm64-musl/package.json b/npm/linux-arm64-musl/package.json index 354d7357..3b5b24f3 100644 --- a/npm/linux-arm64-musl/package.json +++ b/npm/linux-arm64-musl/package.json @@ -7,9 +7,6 @@ "cpu": [ "arm64" ], - "libc": [ - "musl" - ], "main": "skia.linux-arm64-musl.node", "files": [ "skia.linux-arm64-musl.node" @@ -39,5 +36,8 @@ "repository": { "type": "git", "url": "git+https://github.com/Brooooooklyn/canvas.git" - } + }, + "libc": [ + "musl" + ] } \ No newline at end of file diff --git a/npm/linux-riscv64-gnu/README.md b/npm/linux-riscv64-gnu/README.md new file mode 100644 index 00000000..b0b791c3 --- /dev/null +++ b/npm/linux-riscv64-gnu/README.md @@ -0,0 +1,3 @@ +# `@napi-rs/canvas-linux-riscv64-gnu` + +This is the **riscv64-unknown-linux-gnu** binary for `@napi-rs/canvas` diff --git a/npm/linux-riscv64-gnu/package.json b/npm/linux-riscv64-gnu/package.json new file mode 100644 index 00000000..e3a2a2d4 --- /dev/null +++ b/npm/linux-riscv64-gnu/package.json @@ -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" + ] +} \ No newline at end of file diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index df2bc6b5..a5bd2b6d 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -7,9 +7,6 @@ "cpu": [ "x64" ], - "libc": [ - "glibc" - ], "main": "skia.linux-x64-gnu.node", "files": [ "skia.linux-x64-gnu.node" @@ -39,5 +36,8 @@ "repository": { "type": "git", "url": "git+https://github.com/Brooooooklyn/canvas.git" - } + }, + "libc": [ + "glibc" + ] } \ No newline at end of file diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index d000606b..de951db6 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -8,9 +8,6 @@ "x64" ], "main": "skia.linux-x64-musl.node", - "libc": [ - "musl" - ], "files": [ "skia.linux-x64-musl.node" ], @@ -39,5 +36,8 @@ "repository": { "type": "git", "url": "git+https://github.com/Brooooooklyn/canvas.git" - } + }, + "libc": [ + "musl" + ] } \ No newline at end of file diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 18c3d48d..59a92d84 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -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": [