km-card-layout-component-miniprogram 0.1.30 → 0.1.31
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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "km-card-layout-component-miniprogram",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.31",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "miniprogram_dist/index.js",
|
|
6
6
|
"miniprogram": "miniprogram_dist",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"prebuild:demo": "pnpm run sync:core",
|
|
25
25
|
"build:demo": "gulp build:demo --gulpfile script/gulpfile.js --cwd ./",
|
|
26
26
|
"clean": "gulp clean --gulpfile script/gulpfile.js --cwd ./",
|
|
27
|
-
"release": "pnpm run build && npm publish --access public"
|
|
27
|
+
"release": "pnpm run build && npm version patch --no-git-tag-version && npm publish --access public"
|
|
28
28
|
},
|
|
29
29
|
"author": "km",
|
|
30
30
|
"devDependencies": {
|