Open maxkwallace opened 8 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
NPM says this addon is at 1.0.0 but I don't see a 1.0.0 release on GitHub.