Skip to content

Commit ded8e04

Browse files
committed
Fixed main, module and browser keys in the package.json
1 parent 95083a7 commit ded8e04

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"type": "git",
1313
"url": "https://github.com/MatrixAI/js-resource-counter.git"
1414
},
15-
"main": "dist/Counter.cjs.js",
16-
"module": "dist/Counter.es.js",
17-
"browser": "dist/Counter-browser.js",
15+
"main": "dist/index.node.cjs.js",
16+
"module": "dist/index.node.es.js",
17+
"browser": "dist/index.browser.umd.js",
1818
"scripts": {
1919
"test": "ava -v",
2020
"doc": "documentation build ./lib/** -f html -o ./doc",

0 commit comments

Comments
 (0)