From f7faebb175b382ecb3f55191c94b59fde6b90894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6nnemann?= Date: Mon, 2 Feb 2015 16:33:57 +0100 Subject: [PATCH] docs(readme): fix json syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b911cb3b..7de363e5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ For maximum comfort you can automate this inside your `package.json`: ```json "scripts": { - "prepublish": "semantic-release pre" + "prepublish": "semantic-release pre", "postpublish": "semantic-release post" } ```