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

Add support for bpkg.json, next to package.json. #124

Merged
merged 1 commit into from
Jan 16, 2021

Conversation

Potherca
Copy link
Member

@Potherca Potherca commented Jan 3, 2021

The changes in this MR allow for using a bpkg.json instead of a package.json file.

It has been implemented following the discussion and decision in #17.

Once merged this would close #17 and #100.

Instead of merging to the main branch, I have created a develop branch, so it can be tested before merging to master.

Once this MR has been reviewed, it can be merged to develop, after it has been sufficiently tested in the wild, it can be merged to master.

@jwerle
Copy link
Member

jwerle commented Jan 3, 2021

Looks good! I will formally test tomorrow when I am back in front of a computer

@Potherca Potherca merged commit 0a39160 into bpkg:develop Jan 16, 2021
@Potherca
Copy link
Member Author

Merged to develop to make it easier to test.

@Potherca Potherca deleted the feature/bpkg.json branch January 16, 2021 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Extends bpkg compatible packages package.json format for scripts and binaries
2 participants