diff --git a/.gitignore b/.gitignore index ad46b30..5ddccd4 100644 --- a/.gitignore +++ b/.gitignore @@ -59,3 +59,8 @@ typings/ # next.js build output .next + +# Only apps should have lockfiles +npm-shrinkwrap.json +package-lock.json +yarn.lock diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..43c97e7 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +package-lock=false