Skip to content

Commit 4e22a2d

Browse files
committed
1.0.10
1 parent 17d2e27 commit 4e22a2d

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": "disqus-react",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"description": "Official React components to embed Disqus discussions and comments.",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"build": "npm run build:example && npm run build:dist && npm run build:babel",
2323
"prepublish": "npm run build",
2424
"publish": "cd lib && npm publish . && cd ..",
25-
"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"
25+
"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"
2626
},
2727
"author": "Ryan Valentin",
2828
"license": "MIT",

0 commit comments

Comments
 (0)