Comparing version 2.0.18 to 2.0.19
{ | ||
"name": "jodit", | ||
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser", | ||
"version": "2.0.18", | ||
"version": "2.0.19", | ||
"main": [ | ||
@@ -6,0 +6,0 @@ "jodit.min.js", |
{ | ||
"name": "jodit", | ||
"version": "2.0.18", | ||
"version": "2.0.19", | ||
"config" : { "port" : "3000" }, | ||
@@ -10,3 +10,3 @@ "description": "Jodit is awesome and usefully wysiwyg editor with filebrowser", | ||
"minify": "uglifyjs jquery.jodit.full.js -c -m -o build/jquery.jodit.min.js", | ||
"github": "git add --all && git commit -m \"New version %npm_package_version%. Remove jQuery.\" && git tag %npm_package_version% && git push --tags origin HEAD:master && npm publish", | ||
"github": "git add --all && git commit -m \"New version %npm_package_version%. Update index.html.\" && git tag %npm_package_version% && git push --tags origin HEAD:master && npm publish", | ||
"build": "npm run concat && npm run minify" | ||
@@ -13,0 +13,0 @@ }, |
Sorry, the diff of this file is not supported yet
260043