Package Exports
- travis-config-keys
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-config-keys) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
travis-config-keys
Travis configs properties in correct order
Install
npm install --save travis-config-keys
Usage
import travisConfigKeys from 'travis-config-keys';
// Array of travis config keys in proper order
console.log(travisConfigKeys); // […]
License
MIT © Vladimir Starkov