Skip to content

Commit

Permalink
fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
stereobooster committed Nov 5, 2023
1 parent 907af8b commit 538d6d5
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,15 @@
},
"source": "src/index.js",
"exports": {
"require": "./dist/itemsjs.cjs",
"default": "./dist/itemsjs.modern.js"
"require": "./dist/index.cjs",
"default": "./dist/index.modern.js"
},
"main": "./dist/itemsjs.cjs",
"module": "./dist/itemsjs.module.js",
"unpkg": "./dist/itemsjs.umd.js",
"main": "./dist/index.module.js",
"module": "./dist/index.module.js",
"unpkg": "./dist/index.umd.js",
"files": [
"./dist/*"
],
"author": "Mateusz Rzepa",
"license": "Apache-2.0",
"dependencies": {
Expand Down

0 comments on commit 538d6d5

Please sign in to comment.