Skip to content

Commit 86431ec

Browse files
Version 21.9.0
1 parent 6c2cb61 commit 86431ec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -34,7 +34,7 @@
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)",

0 commit comments

Comments
 (0)