Skip to content

Commit

Permalink
fix: hot fix to the entry file
Browse files Browse the repository at this point in the history
  • Loading branch information
khawarizmus committed Feb 19, 2023
1 parent 0755b01 commit 62d66d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"type": "git",
"url": "git+https://github.com/gimyboya/vue-moon"
},
"main": "./dist/ayah-vue.umd.js",
"module": "./dist/ayah-vue.es.js",
"main": "./dist/vue-moon.umd.js",
"module": "./dist/vue-moon.es.js",
"exports": {
".": {
"import": "./dist/ayah-vue.es.js",
"require": "./dist/ayah-vue.umd.js"
"import": "./dist/vue-moon.es.js",
"require": "./dist/vue-moon.umd.js"
}
},
"scripts": {
Expand Down

0 comments on commit 62d66d0

Please sign in to comment.