Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add readPackage helper #106

Merged
merged 2 commits into from
Jun 3, 2024
Merged

feat: add readPackage helper #106

merged 2 commits into from
Jun 3, 2024

Conversation

wraithgar
Copy link
Member

As stated in the comment above the new function, this is a new isolated
function for reading and parsing a given package.json file. This will
allow things like npm which already requires this module to tap into the
exact same code this module would use to parse a package.json file, but
not have to require the whole module if it is not going to need
normalization or saving.

@wraithgar wraithgar requested a review from a team as a code owner June 3, 2024 14:26
reggi
reggi previously approved these changes Jun 3, 2024
lib/index.js Outdated Show resolved Hide resolved
Copy link

@reggi reggi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@wraithgar wraithgar merged commit 62e585a into main Jun 3, 2024
23 checks passed
@wraithgar wraithgar deleted the gar/fast-parse-only branch June 3, 2024 14:49
@github-actions github-actions bot mentioned this pull request Jun 3, 2024
wraithgar pushed a commit that referenced this pull request Jun 3, 2024
🤖 I have created a release *beep* *boop*
---


## [5.2.0](v5.1.1...v5.2.0)
(2024-06-03)

### Features

*
[`62e585a`](62e585a)
[#106](#106) add readPackage
helper (#106) (@wraithgar)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants