+4
-1
package.json
+4
-1
package.json
···
1
1
{
2
-
"name": "plcbundle-bun",
2
+
"name": "@atscan/plcbundle-bun",
3
3
"version": "0.9.1",
4
4
"type": "module",
5
5
"description": "Bun library for working with DID PLC bundle archives (plcbundle)",
···
22
22
},
23
23
"devDependencies": {
24
24
"@types/bun": "^1.3.1"
25
+
},
26
+
"publishConfig": {
27
+
"access": "public"
25
28
}
26
29
}