sharkio-dev / sharkio

Sharkio is an API proxy for your development environments. It records all the requests that are sent to your API. It allows you to replay the requests easily. Generate types, documentation, test suites, And interact with your API using AI.
https://sharkio.dev/
MIT License
5 stars 1 forks source link

Sync package.json and package-lock.json #186

Closed or-schneider closed 1 year ago

or-schneider commented 1 year ago

Fixes #174 Syncs package.json and package-lock.json Ignores yarn.lock

Chooses package-lock.json instead of yarn.lock based on convo in #174 Note: my npm version is 9.8.1 which is the LTS at this time

idodav commented 1 year ago

@or-schneider thanks. merging this!