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.
.cjs
1 parent 3c97807 commit bef7bb2Copy full SHA for bef7bb2
package.json
@@ -25,12 +25,12 @@
25
"types": "./typings/index.d.ts",
26
"source": "./src/index.ts",
27
"import": "./dist/index.mjs",
28
- "require": "./dist/index.cjs",
+ "require": "./dist/index.js",
29
"default": "./dist/index.mjs"
30
},
31
"./package.json": "./package.json"
32
33
- "main": "dist/index.cjs",
+ "main": "dist/index.js",
34
"umd:main": "umd/compute-scroll-into-view.min.js",
35
"module": "dist/index.mjs",
36
"source": "src/index.ts",
0 commit comments