diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..5660f81 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +registry=https://registry.npmjs.org/ \ No newline at end of file diff --git a/.yarnrc b/.yarnrc index 908ddab..d00658e 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1 +1,2 @@ strict-ssl false +registry "https://registry.npmjs.org/" \ No newline at end of file