renovate/lib
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
..
api Use async await (#78) 2017-01-31 12:19:06 +01:00
config Use async await (#78) 2017-01-31 12:19:06 +01:00
helpers Refactor templates to use handlebars (#57) 2017-01-18 01:48:17 +01:00
index.js Use async await (#78) 2017-01-31 12:19:06 +01:00
logger.js Rename app to lib 2017-01-15 13:13:08 +01:00
renovate.js Use async await (#78) 2017-01-31 12:19:06 +01:00
worker.js Use async await (#78) 2017-01-31 12:19:06 +01:00