Comparing version 1.0.9 to 1.1.2
{ | ||
"name": "Jodit", | ||
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser", | ||
"version": "1.0.9", | ||
"version": "1.1.2", | ||
"main": [ | ||
@@ -6,0 +6,0 @@ "jquery.jodit.min.js", |
{ | ||
"name": "jodit", | ||
"version": "1.0.9", | ||
"version": "1.1.2", | ||
"config" : { "port" : "3000" }, | ||
"description": "Jodit is awesome and usefully wysiwyg editor with filebrowser", | ||
"main": "jquery.jodit.min.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"concat": "concat-cli -f jquery.jodit.js config.js modules/* plugins/* build/jquery.jodit.full.js", | ||
"minify": "uglifyjs build/jquery.jodit.full.js -c -m -o build/jquery.jodit.min.js", | ||
"github": "git add . && git commit -m \"new version $npm_package_version\" && 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%\" && git tag %npm_package_version% && git push --tags origin HEAD:master && npm publish", | ||
"build": "npm run concat && npm run minify" | ||
@@ -29,3 +28,7 @@ }, | ||
"url": "https://github.com/xdan/jodit.git" | ||
}, | ||
"devDependencies": { | ||
"concat-cli": "^1.0.1", | ||
"uglifyjs": "^2.4.10" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
326922
14
676
1
2