brandly / angular-youtube-embed

:tv: Embed a YouTube player with a simple directive

Home Page:http://brandly.github.io/angular-youtube-embed/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package version mismatch

piotrd opened this issue · comments

Hi,

I noticed that, although package.json and npm itself reports that I have installed angular-youtube-embed version 1.1.1, when I look inside the dist/angular-youtube-embed.min.js, it shows version 1.1.0.

So which version is actually packed in the latest package?

looks like i forgot to update dist/ until after i had published v1.1.1 to npm. however, if you're using some form of CommonJS, like browserify or webpack, it'll directly hit src/angular-youtube-embed.js which is truly at v1.1.1

let me know if this works for you ⭐

Yeah, you're right. I'm using browserify and it does use the version from /src. Thanks.