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 504efd6 commit f1d97e0Copy full SHA for f1d97e0
package.json
@@ -14,7 +14,7 @@
14
"format": "prettier --plugin-search-dir . --write ."
15
},
16
"devDependencies": {
17
- "@playwright/test": "^1.28.1",
+ "@playwright/test": "1.28.1",
18
"@sveltejs/adapter-auto": "1.0.0",
19
"@sveltejs/kit": "1.0.0",
20
"@sveltejs/package": "1.0.0",
@@ -35,7 +35,7 @@
35
"main": "./dist/index.umd.js",
36
"exports": {
37
"./dist": {
38
- "import": "./dist/index.js",
+ "import": "./dist/index.es.js",
39
"require": "./dist/index.umd.js"
40
}
41
0 commit comments