diff --git a/.gitignore b/.gitignore index 577ee28..ce19706 100644 --- a/.gitignore +++ b/.gitignore @@ -126,3 +126,6 @@ $RECYCLE.BIN/ *.lnk # End of https://www.gitignore.io/api/macos,windows,linux,node + +package-lock.json +yarn.lock \ No newline at end of file diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..43c97e7 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +package-lock=false diff --git a/.yarnrc b/.yarnrc new file mode 100644 index 0000000..acaaffd --- /dev/null +++ b/.yarnrc @@ -0,0 +1 @@ +--install.no-lockfile true