- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 604
 
Description
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:
├─┬ [email protected]
│ ├── [email protected] (git+https://github.com/alferov/Blob.js.git#3e15eecda4c3ca13d65dfd480876947551aecf0c)
│ └── [email protected]
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!