cordova-app-loader
cordova-app-loader copied to clipboard
1.2.0 is not published to npm
The latest available version on npm is apparently 1.0.0:
$ npm info cordova-app-loader dist-tags
{ latest: '1.0.0' }
Sadly, it's still not published to npm.
Ugh, still not published. I've just spent two hours trying to trace a bug which has already been fixed :(
As a workaround, you can tell npm to download it from github like this:
"cordova-app-loader": "git+https://github.com/markmarijnissen/cordova-app-loader#c99a03d8771a0e90a5654311b671b96dd8862635",