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

Publish to npm #52

Open
sseppola opened this issue Sep 19, 2022 · 1 comment
Open

Publish to npm #52

sseppola opened this issue Sep 19, 2022 · 1 comment
Labels
blocked 🛑 Progress is not possible.

Comments

@sseppola
Copy link

The latest published package on npm is 4.1.1, so 4.2.0 and 5.0.0 is missing.

Ref. https://www.npmjs.com/package/react-native-config-reader

Let me know if I can help.

@prometheas
Copy link
Collaborator

Hey there. So, @csath had a bunch going on and added me as a contributor to this repo last year, giving me enough access to push and merge to the GitHub project, but unfortunately that doesn't include access to NPM.

It's technically possible to get something set up via CI, but that would require some level of from the original author, if even just to configure the correct secrets in GitHub… not really sure where that prospect stands, though.

That said, it's possible to install directly from GitHub. One of my projects accomplishes this like so:

{
  "dependencies": {
    // ...
    "react-native-config-reader": "github:csath/react-native-config-reader#e0387be48e0ef8c55efa13815080ff2bad7c3e94",
  }
}

It's not ideal, but at least its serviceable until the author might have some extra cycles.

@prometheas prometheas added the blocked 🛑 Progress is not possible. label Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked 🛑 Progress is not possible.
Projects
None yet
Development

No branches or pull requests

2 participants