renovate/lib/config
Rhys Arkins 528112bc47 Use async await (#78)
All promise syntax has been replaced with async/await.
`renovate` is now transpiled with `babel` to a `dist/` folder, which is the target of `main` and `start` in `package.json` now.
`renovate` can be run in `node.js` v7 without transpilation using `npm run start-raw`

Closes #77
2017-01-31 12:19:06 +01:00
..
cli.js Refactor config 2017-01-20 14:03:18 +01:00
defaults.js Refactor config 2017-01-20 14:03:18 +01:00
definitions.js Add onboarding (#76) 2017-01-30 07:34:35 +01:00
env.js Refactor config 2017-01-20 14:03:18 +01:00
file.js Refactor config 2017-01-20 14:03:18 +01:00
index.js Use async await (#78) 2017-01-31 12:19:06 +01:00