Merge pull request #922 from hypothesis/remove-package-version-updates
Stop updating package.json version field during deployments from Jenkins
Showing
{ | { | ||
"name": "hypothesis", | "name": "hypothesis", | ||
"version": "1.123.0", | "version": "1.0.0-dummy-version", | ||
"description": "Annotate with anyone, anywhere.", | "description": "Annotate with anyone, anywhere.", | ||
"license": "BSD-2-Clause", | "license": "BSD-2-Clause", | ||
"homepage": "https://hypothes.is", | "homepage": "https://hypothes.is", | ||
... | @@ -148,7 +148,6 @@ | ... | @@ -148,7 +148,6 @@ |
"test": "gulp test", | "test": "gulp test", | ||
"report-coverage": "codecov -f coverage/coverage-final.json", | "report-coverage": "codecov -f coverage/coverage-final.json", | ||
"version": "make clean build/manifest.json", | "version": "make clean build/manifest.json", | ||
"postversion": "./scripts/postversion.sh", | |||
"prepublish": "yarn run build" | "prepublish": "yarn run build" | ||
} | } | ||
} | } |
Please register or sign in to comment