Package Exports
- travis-or-circle
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (travis-or-circle) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
travis-or-circle

Read node versions from travis or circle config file.
Install
$ npm install --save travis-or-circle
Usage
const travisOrCircle = require('travis-or-circle')
travisOrCircle()
//=> ['0.12', '4', '5']
travisOrCirle('../there')
travisOrCirle('.git')
// return null if no version detected
License
MIT © EGOIST