nodejs / import-in-the-middle

Like `require-in-the-middle`, but for ESM import
https://www.npmjs.com/package/import-in-the-middle
Apache License 2.0
55 stars 22 forks source link

chore: don't create a package-lock file #67

Closed trentm closed 1 month ago

trentm commented 3 months ago

Would you consider a .npmrc file to not create a package-lock file? The reason I'm suggesting it, is because I had a short bit of confusion in one of my working copies when tests were failing on the tip of "main" -- even after a rm -rf node_modules && npm install. My package-lock.json, which I neglected to also delete, happened to be locking some dep such that some tests failed. I didn't check at the time what deps caused it.

Totally fine if you don't want this file.