Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Commit 9a6cc37

Browse files
authored
Fix incorect paths in package.json (#648)
1 parent 31e3fb4 commit 9a6cc37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"loader"
2222
],
2323
"main": "dist/fluent-vue-loader.cjs.js",
24-
"module": "dist/fluent-vue.esm.js",
24+
"module": "dist/fluent-vue-loader.esm.js",
2525
"types": "dist/fluent-vue-loader.d.ts",
2626
"exports": {
27-
"import": "./dist/fluent-vue.esm.js",
27+
"import": "./dist/fluent-vue-loader.esm.js",
2828
"require": "./dist/fluent-vue-loader.cjs.js"
2929
},
3030
"files": [

0 commit comments

Comments
 (0)