kylemellander / ember-test-with-data

Consistent ember acceptance and integration tests with data attributes.
MIT License
15 stars 2 forks source link

Version in `package.json` is not consistent with tags/versions on npm registry #13

Closed kashiif closed 7 years ago

kashiif commented 7 years ago

When I did an npm install ember-test-with-data, it did not bring my changes in index.js. On examining, I found that version mentioned in package.json is 1.1.4.

I used npm install https://github.com/kylemellander/ember-test-with-data#1.1.7 but then ember serve complains about version in node_modules/ember-test-with-data/package.json not being 1.1.7. I had to use npm install https://github.com/kylemellander/ember-test-with-data which is a bit scary.

Would you be able to release a new version with fixed package.json, please?

kylemellander commented 7 years ago

This should be working as intended now. Sorry about the mix up!