We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7e74c commit 4852a80Copy full SHA for 4852a80
package.json
@@ -1,8 +1,10 @@
1
{
2
"name": "uni-composition-api",
3
- "version": "0.6.0",
+ "version": "0.6.1",
4
"description": "uni-composition-api",
5
- "main": "dist/index.js",
+ "main": "dist/index.cjs.js",
6
+ "types": "dist/index.d.ts",
7
+ "module": "dist/index.esm.js",
8
"directories": {
9
"test": "test"
10
},
0 commit comments