Skip to content

Commit

Permalink
🐛 修复引入路径。
Browse files Browse the repository at this point in the history
  • Loading branch information
hairyf committed Aug 5, 2021
1 parent 5d7e74c commit 4852a80
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "uni-composition-api",
"version": "0.6.0",
"version": "0.6.1",
"description": "uni-composition-api",
"main": "dist/index.js",
"main": "dist/index.cjs.js",
"types": "dist/index.d.ts",
"module": "dist/index.esm.js",
"directories": {
"test": "test"
},
Expand Down

0 comments on commit 4852a80

Please sign in to comment.