We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95083a7 commit ded8e04Copy full SHA for ded8e04
package.json
@@ -12,9 +12,9 @@
12
"type": "git",
13
"url": "https://github.com/MatrixAI/js-resource-counter.git"
14
},
15
- "main": "dist/Counter.cjs.js",
16
- "module": "dist/Counter.es.js",
17
- "browser": "dist/Counter-browser.js",
+ "main": "dist/index.node.cjs.js",
+ "module": "dist/index.node.es.js",
+ "browser": "dist/index.browser.umd.js",
18
"scripts": {
19
"test": "ava -v",
20
"doc": "documentation build ./lib/** -f html -o ./doc",
0 commit comments