From 542abc042814189def039d889944ffca145ae5bc Mon Sep 17 00:00:00 2001 From: Brian Donovan Date: Thu, 3 May 2018 12:58:47 -0700 Subject: [PATCH] Use the default public NPM registry. For when a private registry is used by default on a machine and we'd like to avoid that host ending up in package-lock.json. --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..e4a4fff --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry = "https://registry.npmjs.org" \ No newline at end of file