mxdraw 0.1.343 → 0.1.344
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/dist/mxdraw.esm.js +1 -1
- package/dist/mxdraw.umd.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mxdraw",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.344",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://mxcad.github.io/mxdraw_docs/",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"precommit": "lint-staged",
|
|
48
48
|
"patch": "patch-package",
|
|
49
49
|
"travis-deploy-once": "travis-deploy-once",
|
|
50
|
-
"doctoc": "doctoc --title
|
|
50
|
+
"doctoc": "doctoc --title catalogue --maxlevel 3 README.md",
|
|
51
51
|
"add-commit": "git add dist README.md examples LICENSE_CN LICENSE CHANGELOG.md docs && npx git-cz",
|
|
52
52
|
"pub": "npm run add-commit && release-it && git push -u origin main",
|
|
53
53
|
"pub:npm": "npm version patch --no-git-tag-version && npm publish",
|