Skip to content

Commit d56f261

Browse files
authored
Merge pull request #1 from SkwalExe/npm-publish
fix package.json to allow npm publishing
2 parents b3bdeea + a06d0cb commit d56f261

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"/dist/**/*.d.ts",
1010
"/dist/**/*.js.map"
1111
],
12+
"publishConfig": {
13+
"access": "public",
14+
"registry": "https://registry.npmjs.org/"
15+
},
16+
"private": false,
1217
"exports": {
1318
"import": "dist/lib-esm/index.js",
1419
"require": "dist/lib-cjs/index.js"

0 commit comments

Comments
 (0)