Skip to content

Commit

Permalink
1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
tterb committed Sep 1, 2020
1 parent 17d2e27 commit 4e22a2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "disqus-react",
"version": "1.0.9",
"version": "1.0.10",
"description": "Official React components to embed Disqus discussions and comments.",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,7 @@
"build": "npm run build:example && npm run build:dist && npm run build:babel",
"prepublish": "npm run build",
"publish": "cd lib && npm publish . && cd ..",
"postpublish" : "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
"postpublish": "PACKAGE_VERSION=$(cat package.json | grep \\\"version\\\" | head -1 | awk -F: '{ print $2 }' | sed 's/[\",]//g' | tr -d '[[:space:]]') && git tag v$PACKAGE_VERSION && git push --tags"
},
"author": "Ryan Valentin",
"license": "MIT",
Expand Down

0 comments on commit 4e22a2d

Please sign in to comment.