-
Notifications
You must be signed in to change notification settings - Fork 86
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 this library on npmjs #37
Comments
You can install it without having it on npmjs. package.json:
typescript:
|
Of course. And by the way, I recommend the following configuration But it would be better to have it on npm. |
While you can import the library the ways described above it is hardly a good idea. Stumbling over this project I am really impressed with the work that was put into it. However, having it not be properly versioned means I am not going to use it for any serious project. A 3 year old version of this project is already on npm as 0.0.1. There is no work to be done apart from calling npm publish when the project is updated. This seems like a reasonable time investment, in particular since the entry on npm suggests that the project is dead. |
Indeed, my config suggestion was an example. Anybody should prefer a commit version. AFAIK there's nothing on npm named "@flyover/box2d". Maybe you speak about node-box2d ( https://www.npmjs.com/package/@flyover/node-box2d ). Notice that:
|
Yes you are right about it not being the same project. It's just similar named. |
any updates on this one, @flyover? |
@flyover would you authorize somebody to release on npmjs/yarnpkg ? |
Thanks @flyover |
Also having a version tag would be nice
The text was updated successfully, but these errors were encountered: