diff --git a/.gitignore b/.gitignore index 1174ac9..39413e4 100644 --- a/.gitignore +++ b/.gitignore @@ -54,6 +54,7 @@ web_modules/ # Optional npm cache directory .npm +.npmrc # Optional eslint cache .eslintcache @@ -131,4 +132,4 @@ dist # SvelteKit build / generate output .svelte-kit -# End of https://www.toptal.com/developers/gitignore/api/node \ No newline at end of file +# End of https://www.toptal.com/developers/gitignore/api/node diff --git a/.npmrc b/.npmrc deleted file mode 100644 index b6f27f1..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -engine-strict=true