gdsestimating/dxf-parser

npm or yarn?

Closed this issue · 1 comments

I see both package-lock.json and yarn.lock files in the repo.

Running npm install modifies both package.json and package-lock.json.

Running yarn install modifies yarn.lock.

The contributing wiki does not indicate a preference.

Seems like one of the lock files should be removed and the other should be updated and committed.

I'm not the most proficient npm/yarn user so I apologize if I am missing something obvious here.

package-lock.json changes after npm install

image

yarn.lock changes after yarn install (truncated)

image

ah, thanks for pointing that out. I don't believe I've ever used yarn so it probably came from another contributor and I missed it. I'll remove it in favor of npm.