cherry-markdown 0.8.2 → 0.8.4

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.
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cherry-markdown",
3
3
  "license": "Apache-2.0",
4
- "version": "0.8.2",
4
+ "version": "0.8.4",
5
5
  "description": "a new markdown editor",
6
6
  "repository": {
7
7
  "type": "git",
@@ -49,9 +49,7 @@
49
49
  "commit": "./node_modules/cz-customizable/standalone.js",
50
50
  "release": "standard-version",
51
51
  "prepublishOnly": "yarn build",
52
- "prepack": "pinst --disable",
53
- "postpack": "pinst --enable",
54
- "_postinstall": "husky install",
52
+ "prepare": "husky install",
55
53
  "publish": "git push --follow-tags origin main && npm publish",
56
54
  "examples": "anywhere -p 3000 -s"
57
55
  },
@@ -121,7 +119,6 @@
121
119
  "lodash": "^4.17.20",
122
120
  "md5": "^2.2.1",
123
121
  "npm-run-all": "^4.1.5",
124
- "pinst": "^3.0.0",
125
122
  "postcss": "^8.2.15",
126
123
  "prettier": "2.6.2",
127
124
  "prismjs": "^1.24.1",