Skip to content

Commit 9063ea8

Browse files
committed
fix: dont use org in napi name
1 parent 3feb6e6 commit 9063ea8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"version": "0.0.1",
44
"main": "index.js",
55
"types": "index.d.ts",
6+
"repository": "https://github.com/mongodb-js/zstd",
67
"napi": {
7-
"name": "@mongodb-js/zstd",
8+
"name": "zstd",
89
"package": {
910
"name": "@mongodb-js/zstd"
1011
},

0 commit comments

Comments
 (0)