a-js-tools 0.1.2 → 0.1.3
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/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"type": "module",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"name": "a-js-tools",
|
|
5
5
|
"main": "cjs/index.cjs",
|
|
6
6
|
"module": "mjs/index.mjs",
|
|
7
7
|
"typings": "types/index.d.ts",
|
|
8
|
-
"description": "
|
|
8
|
+
"description": "寒酸的 js 函数,建议出门右拐直接 npm install --save lodash",
|
|
9
9
|
"files": [
|
|
10
10
|
"mjs",
|
|
11
11
|
"cjs",
|