dfrencham / ms-signalr-client

Unofficial package for the Microsoft SignalR client. Intented for comsumption with jspm.
21 stars 16 forks source link

Update breaks backwards-compatibility #7

Closed tlumko closed 6 years ago

tlumko commented 8 years ago

My case: package.json - "ms-signalr-client": "^2.2.0", html -

After yesterday update npm downloaded version 2.2.4, file name changes to "jquery.signalR-2.2.1.js". You'd better remove version from file name.

dfrencham commented 8 years ago

Thanks for the heads up. I've removed the version number from the file names, bumped the package version, and published to npm.

All sorted?

tlumko commented 8 years ago

Yes, thanks