Skip to content

Commit 3d1587c

Browse files
committed
v0.1.6
1 parent ec57217 commit 3d1587c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@platformatic/python-node",
33
"description": "Run ASGI-compatible Python apps in Node.js",
4-
"version": "0.1.5",
4+
"version": "0.1.6",
55
"main": "index.js",
66
"types": "index.d.ts",
77
"napi": {
@@ -30,10 +30,8 @@
3030
"artifacts": "napi artifacts",
3131
"build": "npm run build:debug -- --release",
3232
"build:debug": "napi build --platform --features napi-support",
33-
"build:fix": "node fix-python-soname.js",
3433
"build:wasm": "rustup target add wasm32-wasip1 && cargo build --package fix-python-soname --target wasm32-wasip1 --release && cp target/wasm32-wasip1/release/fix-python-soname.wasm .",
3534
"prepublishOnly": "npm run build:wasm && napi prepublish -t npm",
36-
"postinstall": "npm run build:fix",
3735
"lint": "oxlint",
3836
"test": "node --test test/**.test.mjs",
3937
"universal": "napi universal",

0 commit comments

Comments
 (0)