From 871f086414d5d0306f706452eb61310e77dcf01c Mon Sep 17 00:00:00 2001 From: Thomas Thiebaud Date: Tue, 3 Jul 2018 13:44:19 +0200 Subject: [PATCH] fix: deploy to npm --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 51e72cc..38b6913 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,8 @@ } ], "publish": [ - "@semantic-release/github" + "@semantic-release/github", + "@semantic-release/npm" ] }, "commitlint": {