From 542d52956ca18f56a024fa735c9da7a7de8db4a2 Mon Sep 17 00:00:00 2001 From: Daniel James Date: Tue, 14 Feb 2017 11:09:21 -0800 Subject: [PATCH] fix(dx): Created new "preview" dist-tag New releases that correspond with the Track API's preview will be published with the "preview" tag --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index b8e92f7..66d0bb7 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,12 @@ "prepublish": "webpack", "semantic-release": "semantic-release pre && npm publish && semantic-release post" }, + "release": { + "branch": "develop" + }, + "publishConfig": { + "tag": "preview" + }, "keywords": [ "syncromatics", "track",