| commit | b81a34fad4fabf65203f4d0006b6e5d54d12aba5 | [log] [tgz] |
|---|---|---|
| author | Steve Gill <stevengill97@gmail.com> | Fri Aug 28 15:14:20 2015 -0700 |
| committer | Steve Gill <stevengill97@gmail.com> | Fri Aug 28 15:14:20 2015 -0700 |
| tree | 556df2a5ddae6c273da5b725a34525fbfa73ceeb | |
| parent | 3f48d89a218d9a007205f2a97fb7698fbf445d25 [diff] |
CB-9574 Updated version and RELEASENOTES.md for release 5.3.0
BuildBot waterfall with cordova-mobile-spec running on real Android and iOS devices.
Contains npm modules used primarily by cordova and plugman.
git clone https://git-wip-us.apache.org/repos/asf/cordova-lib.gitcd cordova-lib/cordova-libnpm install && npm linkcd ../../cordova-cli && npm link cordova-lib && npm install cd ../../cordova-plugman && npm link cordova-lib && npm installThis package exposes the following commands;
npm run jshint - runs jshint check against all js files
npm run jasmine - runs jasmine tests from spec-plugman and spec-cordova directories
npm run cover - runs istanbul code coverage tool to measure tests coverage
npm test - shortcut for npm run jshint && npm run jasmine