xhs-mp-compiler-utils 1.2.0 → 1.2.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 +2 -0
- package/package.json +3 -2
package/README.md
ADDED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "xhs-mp-compiler-utils",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -38,5 +38,6 @@
|
|
|
38
38
|
"lint:fix": "npm run lint -- --quiet --fix",
|
|
39
39
|
"test": "echo \"todo\"",
|
|
40
40
|
"version:beta": "npm version prerelease --no-git-tag-version"
|
|
41
|
-
}
|
|
41
|
+
},
|
|
42
|
+
"readme": "# 说明\n这是编译器和基础库公共的utils,有一些工具方法需要暴露给运行时"
|
|
42
43
|
}
|