Skip to content

Commit 5915c7e

Browse files
committed
0.0.3
1 parent fe91f4b commit 5915c7e

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

package.json

+9-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "zip-rs",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Zip library for Node.js with Rust binding",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -42,16 +42,23 @@
4242
"vitest": "^2.1.8",
4343
"yauzl-promise": "^4.0.0"
4444
},
45+
"files": [
46+
"index.js",
47+
"index.d.ts"
48+
],
4549
"engines": {
4650
"node": ">= 10"
4751
},
4852
"scripts": {
53+
"artifacts": "napi artifacts",
4954
"build": "napi build --platform --release",
5055
"build:debug": "napi build --platform",
56+
"prepublishOnly": "napi prepublish -t npm",
5157
"test": "vitest run",
5258
"bench": "vitest bench --run",
5359
"check": "biome check",
54-
"check:fix": "biome check --write --unsafe"
60+
"check:fix": "biome check --write --unsafe",
61+
"version": "napi version"
5562
},
5663
"packageManager": "[email protected]"
5764
}

0 commit comments

Comments
 (0)