Skip to content
Snippets Groups Projects
  • Rhys Arkins's avatar
    528112bc
    Use async await (#78) · 528112bc
    Rhys Arkins authored
    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 
    528112bc
    History
    Use async await (#78)
    Rhys Arkins authored
    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