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 1aeb38b commit 74f3f97Copy full SHA for 74f3f97
.prettierignore
package.json
@@ -25,15 +25,15 @@
25
".": {
26
"types": "./typings/index.d.ts",
27
"source": "./src/index.ts",
28
- "import": "./dist/index.module.js",
+ "import": "./dist/index.mjs",
29
"require": "./dist/index.cjs",
30
- "default": "./dist/index.module.js"
+ "default": "./dist/index.mjs"
31
},
32
"./package.json": "./package.json"
33
34
"main": "dist/index.cjs",
35
"umd:main": "umd/compute-scroll-into-view.min.js",
36
- "module": "dist/index.module.js",
+ "module": "dist/index.mjs",
37
"source": "src/index.ts",
38
"typings": "typings/index.d.ts",
39
"files": [
0 commit comments