From 5c40a0b2bfae2f594ca1a9a51a8f02cf956af215 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20G=C3=BCnther?= Date: Tue, 21 Aug 2018 11:24:32 +0200 Subject: [PATCH] Feature: Remove NPM_TOKEN from npmrc The NPM_TOKEN environment variable leads to problems with the local development. If you don`t define the NPM_TOKEN in your ~/.profile or if you don`t pass it thru. --- .npmrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.npmrc b/.npmrc index 7b16de2..73e95ff 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1 @@ -//registry.npmjs.org/:_authToken=${NPM_TOKEN} -scope=friendsofreactjs \ No newline at end of file +scope=friendsofreactjs