cordova-plugin-hotspot
Advanced tools
Comparing version 1.2.9-greenkeeper-jsdoc-3.5.5-1 to 1.2.9-greenkeeper-jsdoc-to-markdown-3.0.2-1
{ | ||
"name": "cordova-plugin-hotspot", | ||
"version": "1.2.9-greenkeeper-jsdoc-3.5.5-1", | ||
"version": "1.2.9-greenkeeper-jsdoc-to-markdown-3.0.2-1", | ||
"description": "Cordova WiFi Hotspot Plugin", | ||
@@ -32,10 +32,11 @@ "cordova": { | ||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0", | ||
"changelog:add": "git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md'", | ||
"release:pre": "npm run build && npm run test", | ||
"release:post": "node etc/release.js && git add plugin.xml && git commit -m 'Update plugin' && npm run changelog && npm run changelog:add", | ||
"release:major": "npm run release:pre && npm version major && git push origin && git push origin --tags && npm run release:post && npm run version-and-push", | ||
"release:minor": "npm run release:pre && npm version minor && git push origin && git push origin --tags && npm run release:post && npm run version-and-push", | ||
"release:patch": "npm run release:pre && npm version patch && git push origin && git push origin --tags && npm run release:post && npm run version-and-push", | ||
"changelog:add": "git add plugin.xml && git add CHANGELOG.md && git commit -m 'chore(changelog): Updated CHANGELOG.md'", | ||
"version": "cordova-plugin-xml setVersion", | ||
"release:pre": "npm run clean && npm run build && npm run test", | ||
"release:post": "npm run version && npm run changelog && npm run changelog:add", | ||
"release:major": "npm run release:pre && npm version major && npm run release:post && git push origin && git push origin --tags && npm run version-and-push", | ||
"release:minor": "npm run release:pre && npm version minor && npm run release:post && git push origin && git push origin --tags && npm run version-and-push", | ||
"release:patch": "npm run release:pre && npm version patch && npm run release:post && git push origin && git push origin --tags && npm run version-and-push", | ||
"version-and-push": "git push origin && git push origin --tags && npm run publish-and-merge", | ||
"publish-and-merge": "git checkout master && git merge develop && git push && git checkout develop && npm publish" | ||
"publish-and-merge": "git checkout master && git merge develop && npm publish && git push && git checkout develop" | ||
}, | ||
@@ -45,8 +46,9 @@ "author": "Martin Reinhardt", | ||
"devDependencies": { | ||
"conventional-changelog-cli": "1.3.0", | ||
"conventional-changelog-cli": "1.3.1", | ||
"cordova-plugin-xml": "0.1.2", | ||
"ink-docstrap": "1.3.0", | ||
"jsdoc": "3.5.5", | ||
"jsdoc-to-markdown": "3.0.0", | ||
"xml2js": "0.4.17" | ||
"jsdoc": "3.5.0", | ||
"jsdoc-to-markdown": "3.0.2", | ||
"xml2js": "0.4.18" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9955816
6