xcn 0.1.2-alpha.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# xcn
|
|
2
2
|
|
|
3
|
-
[&label=版本号&labelColor=rgb(73,73,228)&color=rgb(0,0,0)>)](https://www.npmjs.com/package/xcn) [&label=版本号&labelColor=rgb(73,73,228)&color=rgb(0,0,0)>)](https://www.npmjs.com/package/xcn) [?logo=github>)](https://github.com/earthnutDev/xcn/issues)
|
|
4
4
|
|
|
5
5
|
xcn = mix + class name
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
"types": "index.d.ts",
|
|
5
5
|
"name": "xcn",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"version": "0.1.2
|
|
7
|
+
"version": "0.1.2",
|
|
8
8
|
"description": "一个用于字符串拼接的小工具,常用于 class name 的拼接",
|
|
9
9
|
"license": "ISC",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"a-type-of-js": "^1.0.
|
|
11
|
+
"a-type-of-js": "^1.0.7"
|
|
12
12
|
},
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"xcn",
|
|
52
52
|
"mix-cn"
|
|
53
53
|
],
|
|
54
|
-
"homepage": "https://earthnut.dev/xcn",
|
|
54
|
+
"homepage": "https://earthnut.dev/npm/xcn",
|
|
55
55
|
"bugs": {
|
|
56
56
|
"url": "https://github.com/earthnutDev/xcn/issues",
|
|
57
57
|
"email": "earthnut.dev@outlook.com"
|