Skip to content

Commit fa2e46c

Browse files
authored
Remove non-existing file references from the package.json
This removes some entries from the package.json, as these are pointing to files which don't exist. This in turn prevents the inclusion of orejime's dist-assets into bundlers, like webpack.
1 parent e81230f commit fa2e46c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,6 @@
1818
"low footprint",
1919
"lightweight"
2020
],
21-
"main": "./dist/orejime.js",
22-
"browser": "./dist/orejime.js",
23-
"exports": {
24-
"./package.json": "./package.json",
25-
"./orejime.js": "./dist/orejime.js",
26-
"./orejime.css": "./dist/orejime.css"
27-
},
2821
"scripts": {
2922
"start": "rspack --watch",
3023
"serve": "rspack serve",

0 commit comments

Comments
 (0)