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 bb63e8e commit 85ade7fCopy full SHA for 85ade7f
package.json
@@ -1,12 +1,11 @@
1
{
2
"name": "react-overflow-indicator",
3
- "version": "0.0.0",
4
- "main": "index.js",
+ "version": "0.1.0",
+ "main": "./dist/index.cjs.js",
5
"license": "MIT",
6
"files": [
7
"dist"
8
],
9
- "main": "./dist/index.cjs.js",
10
"module": "./dist/index.esm.js",
11
"browser": {
12
"./dist/index.cjs.js": "./dist/index.browser.cjs.js",
0 commit comments