Skip to content

Commit

Permalink
removed exports from package.json as it seemed to have caused probl…
Browse files Browse the repository at this point in the history
…ems with importing the package due to misconfiguration. Will work on that more.
  • Loading branch information
Yair Even Or authored and Yair Even Or committed Nov 15, 2022
1 parent 3acff13 commit cc93ccc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,6 @@
"/dist",
"/src/tagify.scss"
],
"exports": {
".": {
"require": "./dist/tagify.js",
"import": "./dist/tagify.esm.js",
"default": "./dist/tagify.js"
},
"./helpers": {
"import": "./src/parts/helpers.js"
}
},
"peerDependencies": {
"prop-types": "^15.7.2"
},
Expand Down

0 comments on commit cc93ccc

Please sign in to comment.