dominictarr / JSONStream

rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Other
1.92k stars 165 forks source link

npm publish latest version #59

Closed 2do2go closed 9 years ago

2do2go commented 9 years ago

Latest version available at npm is 0.10.0. Could you publish the latest one (1.0.1)?

kenany commented 9 years ago

@2do2go This is blocked by https://github.com/npm/npm/issues/7195.

okv commented 9 years ago

How about to lowercase the package name? Or is there another way to resolve the situation?

Aeal commented 9 years ago

You can work around this issue by using a github url for the dependency rather than a semantic version.

okv commented 9 years ago

I know, thanks. But it's not so good as semantic version - it reinstalls every time when you do npm install.

Aeal commented 9 years ago

I understand its not ideal that's why its a workaround.

dominictarr commented 9 years ago

Okay this is now published as jsonstream@1.0.3 !

okv commented 9 years ago

:+1: