File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-dates" ,
3- "version" : " 21.8 .0" ,
3+ "version" : " 21.9 .0" ,
44 "description" : " A responsive and accessible date range picker component built with React" ,
55 "main" : " index.js" ,
66 "scripts" : {
3434 "version:minor" : " npm --no-git-tag-version version minor" ,
3535 "version:major" : " npm --no-git-tag-version version major" ,
3636 "preversion" : " npm run test && npm run check-changelog && npm run check-only-changelog-changed" ,
37- "postversion" : " git commit package.json CHANGELOG.md -m \" Version $npm_package_version\" && npm run tag && git push && git push --tags && npm publish --registry=https://registry.npmjs.org/ " ,
37+ "postversion" : " git commit package.json CHANGELOG.md -m \" Version $npm_package_version\" && npm run tag && git push && git push --tags" ,
3838 "prepublish" : " in-publish && safe-publish-latest && npm run build || not-in-publish" ,
3939 "postpublish" : " [ \" ${npm_config_tag:-latest}\" != latest ] || npm run gh-pages" ,
4040 "check-changelog" : " expr $(git status --porcelain 2>/dev/null| grep \" ^\\ s*M.*CHANGELOG.md\" | wc -l) >/dev/null || (echo 'Please edit CHANGELOG.md' && exit 1)" ,
You can’t perform that action at this time.
0 commit comments