npm package published with engine: "ember-cli-app-version"
kitsunde opened this issue ยท 6 comments
kitsunde commented
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.
leizhao4 commented
Same here.
jmurphyau commented
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.
jpadilla commented
Confirmed v1.3.0 fixes this.
lolmaus commented
๐