flowjs / ng-flow

Flow.js html5 file upload extension on angular.js framework
http://flowjs.github.io/ng-flow/
MIT License
1.38k stars 303 forks source link

npm install is giving me `2.1.4` #320

Closed mgohin closed 7 years ago

mgohin commented 7 years ago

Related to closed #310

When I use npm install ng-flow or with yarn, I'm getting version 2.1.4 and not the last one (2.7.4)

zupper commented 7 years ago

@mgohin #310 actually resolved your problem - use https://www.npmjs.com/package/@flowjs/ng-flow

mgohin commented 7 years ago

No it didn't :D

zupper commented 7 years ago

I managed to install v2.7.4 with the following: npm install @flowjs/ng-flow.

https://www.npmjs.com/package/@flowjs/ng-flow

It "resolved" your problem by publishing the above collection of update packages under different names. :)

mgohin commented 7 years ago

Sorry, missread your answer ... :(

Thx 👍