jmurphyau/ember-truth-helpers

npm package published with engine: "ember-cli-app-version"

kitsunde opened this issue ยท 6 comments

Extremely unimportant detail, but it's not in package.json but it's on npm:

$ npm show ember-truth-helpers engines
{ node: '>= 0.10.0', 'ember-cli-app-version': '1.0.0' }

It also makes yarn ๐Ÿ˜ž :

$ yarn
yarn install v0.16.1
[1/4] ๐Ÿ”  Resolving packages...
[2/4] ๐Ÿšš  Fetching packages...
warning ember-truth-helpers@1.2.0: The engine "ember-cli-app-version" appears to be invalid.
btecu commented

I'm also getting this warning.

Same here.

Does anyone know what would cause this or how to fix it?

btecu commented

@jmurphyau it has been already fixed in this commit.
You just need to release a new version.

Confirmed v1.3.0 fixes this.

๐Ÿ™‡