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

Please create a release and make it npm installable #51

Open
attila123 opened this issue Oct 18, 2016 · 5 comments · May be fixed by #81
Open

Please create a release and make it npm installable #51

attila123 opened this issue Oct 18, 2016 · 5 comments · May be fixed by #81

Comments

@attila123
Copy link

attila123 commented Oct 18, 2016

Hi,
This project does not have any release here in github, which is generally not a good thing.
One cannot reference a specific state of the source code easily (needs git commmit id).
So please create a release for this. However, it should be greater than 0.0.1, I think (see below).

I need to manage the 3rd party modules in our project (which ones get in and out) and it would help much if this Blob.js component would be also npm installable (with a concrete version, that's why I asked for a release).
Most js components create releases and are easily npm installable.
This is an excerpt of 'npm ls' in our project showing the complicated identification of Blob.js version to use:
├─┬ angular-file-saver@1.1.2
│ ├── Blob.js@0.0.1 (git+https://github.com/alferov/Blob.js.git#3e15eecda4c3ca13d65dfd480876947551aecf0c)
│ └── file-saver@1.3.2
This is why I mentioned above that its first version should be greater than 0.0.1, for clarity.
So please, make this component npm installable (put it in the npm registry, or whatever is needed). For the npm package name, it cannot contain capital letters, so it should be 'blob.js' or 'blobjs', I think.
Thanks in advance!

@attila123
Copy link
Author

Ooops, I just realized from the git url that the component I used is not this Blob.js, but a fork of this: https://github.com/angular-1x/Blob.js
Sorry, I got a bit confused.
Still, it may be a good idea to do these steps. The challenge may be to find npm package names for both Blob.js projects which easily tell which project they refer to.

@mlippens
Copy link

There is blob-polyfill npm package, which is forked from this project :).

@ajcf
Copy link

ajcf commented Feb 24, 2020

unfortunately it is getting behind. I would really appreciate being able to install this directly. A PR exists at #54

@IvanPizhenko
Copy link

+1 for making this available on the npm. See also my comment in the #54.

@linghengqian linghengqian linked a pull request Sep 5, 2022 that will close this issue
@linghengqian
Copy link

I opened #81 to get around the duplication of npm packages.

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 a pull request may close this issue.

5 participants