Skip to content

Commit 102585d

Browse files
committed
fix package.json
1 parent 907af8b commit 102585d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

+8-5
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,15 @@
1313
},
1414
"source": "src/index.js",
1515
"exports": {
16-
"require": "./dist/itemsjs.cjs",
17-
"default": "./dist/itemsjs.modern.js"
16+
"require": "./dist/index.cjs",
17+
"default": "./dist/index.modern.js"
1818
},
19-
"main": "./dist/itemsjs.cjs",
20-
"module": "./dist/itemsjs.module.js",
21-
"unpkg": "./dist/itemsjs.umd.js",
19+
"main": "./dist/index.cjs",
20+
"module": "./dist/index.module.js",
21+
"unpkg": "./dist/index.umd.js",
22+
"files": [
23+
"./dist/*"
24+
],
2225
"author": "Mateusz Rzepa",
2326
"license": "Apache-2.0",
2427
"dependencies": {

0 commit comments

Comments
 (0)