Skip to content

Commit

Permalink
New version 3.0.3. Read more http://xdsoft.net/jodit/#3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xdan committed Aug 1, 2017
1 parent 6f6da66 commit 0ff1101
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/jodit.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/jodit.js

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "jodit",
"version": "3.0.2",
"version": "3.0.3",
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser",
"main": "index.js",
"scripts": {
"newversion": "npm version patch --no-git-tag-version && npm run build && git add --all && git commit -m \"New version %npm_package_version%. Read more http://xdsoft.net/jodit/#%npm_package_version% \" && git tag %npm_package_version% && git push --tags gitlab HEAD:master",
"newversion": "npm version patch --no-git-tag-version && npm run build && npm run newversiongit",
"newversiongit": "git add --all && git commit -m \"New version %npm_package_version%. Read more http://xdsoft.net/jodit/#%npm_package_version% \" && git tag %npm_package_version% && git push --tags gitlab HEAD:master",
"gitlab": "git add --all && git commit -m 'Commit' && git push -u origin master",
"start": "node server.js",
"build": "rm -f dist/* && cross-env NODE_ENV=production webpack --progress",
Expand Down

0 comments on commit 0ff1101

Please sign in to comment.