jodit-react 2.0.1-beta.38 → 2.0.1-beta.39

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 (2) hide show
  1. package/.nvmrc +1 -1
  2. package/package.json +2 -2
package/.nvmrc CHANGED
@@ -1 +1 @@
1
- 16.15.0
1
+ 18.17.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jodit-react",
3
- "version": "2.0.1-beta.38",
3
+ "version": "2.0.1-beta.39",
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",
@@ -51,7 +51,7 @@
51
51
  "webpack-dev-server": "^4.15.1"
52
52
  },
53
53
  "scripts": {
54
- "newversion": "npm run lint && npm update && rm -rf build/ && npm run build && npm version prerelease --preid=beta --no-git-tag-version && npm run github",
54
+ "newversion": "npm version prerelease --preid=beta --no-git-tag-version && npm run github",
55
55
  "lint": "eslint ./",
56
56
  "demo": "cd examples && export NODE_ENV=development && webpack serve --config ./webpack.config.js --mode development",
57
57
  "start": "npm run demo",