JSPM

travis-or-circle

1.0.2
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 19
  • Score
    100M100P100Q64511F
  • License MIT

Read node versions from travis or circle config file.

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 NPM version NPM downloads Build Status

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