We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947c5c5 commit 6d09687Copy full SHA for 6d09687
1 file changed
package.json
@@ -1,11 +1,11 @@
1
{
2
"name": "@jiaminghi/color",
3
- "version": "1.1.2",
+ "version": "1.1.3",
4
"author": "JiaMing <743192023@qq.com>",
5
"description": "Color extension",
6
"main": "cjs/index.js",
7
- "unpkg": "umd/index.js",
8
- "module": "es/index.js",
+ "unpkg": "umd/color.umd.js",
+ "module": "es/index.mjs",
9
"types": "es/index.d.ts",
10
"repository": {
11
"type": "git",
0 commit comments