gdsestimating / dxf-parser

A javascript parser for DXF files. It reads DXF file strings into one large javascript object with more readable properties and a more logical structure.
MIT License
462 stars 143 forks source link

npm or yarn? #81

Closed gpbmike closed 2 years ago

gpbmike commented 2 years ago

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

bzuillsmith commented 2 years ago

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.