From 596d4d0e43eda4c0670e8e8404486ba0b25c4bdc Mon Sep 17 00:00:00 2001 From: Kevin Suttle Date: Thu, 29 Sep 2016 13:51:28 -0400 Subject: [PATCH] Update local.example-template --- local.example-template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/local.example-template b/local.example-template index 16b796e..0b1b02f 100644 --- a/local.example-template +++ b/local.example-template @@ -8,13 +8,14 @@ export USER_EDITOR= export USER_NAME="" export PUBLIC_GIT_COMMITTER_EMAIL="" -export WORK_NPMO_REGISTRY="" export WORK_GHE_ORG="" +export WORK_GHE_TOKEN="" export WORK_GIT_COMMITTER_EMAIL="" -export WORK_GHE_TOKEN="" export WORK_SLACK_TOKEN_FOR_TRAVIS="" -export WORK_NPMO_TOKEN="" + +export WORK_NPME_REGISTRY="" +export WORK_NPME_TOKEN="" USER_TERM_PROGRAM="iTerm.app"