Project restructuring
Changes made for this release: https://github.com/IBM/audit-ci/compare/v1.0.2..v1.1.0
Changes
- Recommend installing as a devDepenency instead of a global dependency at CI-time to speed up cached builds and reduce risk of inconsistency
- Separated
yargs
code and the auditing. This will support testing. - Removed babel as a dependency to reduce overhead.
- NPM package uses
lib
folder instead ofindex.js
. bin/audit-ci
referenceslib/audit-ci.js
- Audit rejections return
Error
. Audit passes return the report. - Use console.log and console.error instead of
process.stdout.write
- Added colour to output where appropriate.
- Added lint test for
Travis-CI
andCircleCI
.
Commits
c3a3f73 - chore: Update README to prefer devDependency installation.
2bb1ef0 - chore: Updated Travis-CI and CircleCI config documentation
147ed78 - feat(restructure): Project restructuring and improvements. (PR #15)