Skip to content

Commit

Permalink
New version 5.0.0-beta.1. Read more https://github.com/jodit/jodit-re…
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Dec 9, 2024
1 parent d522082 commit 9397557
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jodit-react",
"version": "5.0.0-beta.0",
"version": "5.0.0-beta.1",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "build/jodit-react.js",
"author": "Chupurnov <chupurnov@gmail.com> (https://xdsoft.net/)",
Expand Down Expand Up @@ -48,12 +48,12 @@
"newversion": "npm version prerelease --preid=beta --no-git-tag-version && npm run github",
"lint": "npm run lint:ts && npm run lint:eslint",
"lint:ts": "tsc --noEmit",
"lint:eslint": "eslint ./",
"lint:eslint": "eslint ./",
"demo": "NODE_ENV=development node -r @swc-node/register ./node_modules/.bin/webpack serve --config ./examples/webpack.config.ts --mode development",
"start": "npm run demo",
"build": "npm run build:react && npm run build:types",
"build:react": "NODE_ENV=production node -r @swc-node/register ./node_modules/.bin/webpack --mode production",
"build:types": "rm -rf ./build/types && tsc --project tsconfig.types.json --emitDeclarationOnly",
"build:types": "rm -rf ./build/types && tsc --project tsconfig.types.json --emitDeclarationOnly",
"github": "npm run git && git push --tags origin HEAD:main",
"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"
},
Expand Down

0 comments on commit 9397557

Please sign in to comment.