Skip to content

Please create a release and make it npm installable #51

@attila123

Description

@attila123

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions