Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
fix: update
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Aug 28, 2022
1 parent 98517e3 commit 67022df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "@elonehoo/vue-fragment",
"type": "module",
"version": "0.0.2",
"main": "./dist/index.umd.js",
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/fragment.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.js"
"require": "./dist/index.umd.cjs"
}
},
"files": [
Expand Down

0 comments on commit 67022df

Please sign in to comment.