jodit-react 4.0.6 → 4.0.7

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jodit-react",
3
- "version": "4.0.6",
3
+ "version": "4.0.7",
4
4
  "description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
5
5
  "main": "build/jodit-react.js",
6
6
  "author": "Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)s",
@@ -56,7 +56,7 @@
56
56
  "demo": "cd examples && export NODE_ENV=development && webpack serve --config ./webpack.config.js --mode development",
57
57
  "start": "npm run demo",
58
58
  "build": "export NODE_ENV=production && webpack --mode production",
59
- "github": "npm run git && git push --tags origin HEAD:master",
59
+ "github": "npm run git && git push --tags origin HEAD:main",
60
60
  "git": "git add --all && git commit -m \"New version $npm_package_version. Read more https://github.com/jodit/jodit-react/releases/tag/$npm_package_version \" && git tag $npm_package_version"
61
61
  },
62
62
  "repository": {