rwjblue / ember-cli-ic-ajax

MIT License
21 stars 12 forks source link

1.0.0 release not reflected on GitHub? #23

Open maxkwallace opened 8 years ago

maxkwallace commented 8 years ago

NPM says this addon is at 1.0.0 but I don't see a 1.0.0 release on GitHub.

npm-ss

belden commented 6 years ago

I noticed this today too. package.json indicates version: "1.0.0", but there is no corresponding v1.0.0 tag for this repo:

$ git remote -v
origin  git@github.com:rwjblue/ember-cli-ic-ajax.git (fetch)
origin  git@github.com:rwjblue/ember-cli-ic-ajax.git (push)
$ git tag -l
v0.0.1
v0.0.2
v0.0.3
v0.1.0
v0.1.1
v0.1.2
v0.1.3
v0.1.4
v0.2.0
v0.2.1
v0.2.3
v0.2.4
v0.2.5