babel-preset-node5
Advanced tools
Comparing version 10.4.0 to 10.4.1
{ | ||
"name": "babel-preset-node5", | ||
"version": "10.4.0", | ||
"version": "10.4.1", | ||
"description": "Babel preset for Node 5.x (ES6 / ES2015)", | ||
@@ -5,0 +5,0 @@ "repository": "git://github.com/leebenson/babel-preset-node5.git", |
@@ -92,3 +92,3 @@ # Babel 6.x presets for Node 5.x (updated regularly!) | ||
```js | ||
function async getUsers(howMany) { | ||
async function getUsers(howMany) { | ||
try { | ||
@@ -95,0 +95,0 @@ const response = await fetch(`http://jsonplaceholder.typicode.com/users/${howMany}`); // <-- a Promise |