Skip to content

Commit f4e3b9b

Browse files
committed
build: Add "type" and "exports" to package.json
Update test module paths for "type": "module" in package.json
1 parent 010cb25 commit f4e3b9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@thewtex/zstddec",
33
"version": "0.1.2",
44
"description": "ZSTD (Zstandard) decoder for Web and Node.js, using WebAssembly",
5-
"repository": "github:thewtex/zstddec-wasm",
5+
"repository": "github:donmccurdy/zstddec",
66
"type": "module",
77
"exports": {
88
"types": "dist/zstddec.d.ts",

0 commit comments

Comments
 (0)