This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Remove
dev
suffix from version as it causes plugin add failure
- Loading branch information
14b6cc3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did this actually make the install pass?
I experimented a bit more with the engine tag, and found that if the engine req is specified like >=4.0.0-- it will pass for both 4.0.0 and 4.0.0-dev
14b6cc3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, this fixed the CI builds: http://ci.apache.org/builders/cordova-wp8/builds/1468/steps/getting-test-results/logs/stdio. Before this change - there was failure here: http://ci.apache.org/builders/cordova-wp8/builds/1464/steps/creating-mobilespec-app/logs/stdio and I had a repro on my local machine as well with createmobilespec failing.