Skip to content

Commit 5a39f98

Browse files
authored
Merge pull request #531 from 4Catalyzer/chore/fix_published_exports
fix: fix library export paths
2 parents ab6ef25 + 41abc33 commit 5a39f98

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"type": "module",
55
"packageManager": "yarn@4.12.0",
66
"main": "lib/index.js",
7+
"files": [
8+
"lib/**",
9+
"CHANGELOG.md",
10+
"LICENSE"
11+
],
712
"exports": {
813
".": "./lib/index.js",
914
"./*": "./lib/*.js"
@@ -58,7 +63,6 @@
5863
]
5964
},
6065
"release": {
61-
"publishDir": "lib",
6266
"conventionalCommits": true
6367
},
6468
"dependencies": {

0 commit comments

Comments
 (0)