async-retry
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "async-retry", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Retrying made simple, easy and async", | ||
@@ -10,3 +10,4 @@ "main": "./dist/index", | ||
"scripts": { | ||
"build": "babel lib/index.js > dist/index.js", | ||
"prebuild": "rm -rf dist && mkdir dist", | ||
"build": "npm run prebuild && babel lib/index.js > dist/index.js", | ||
"test": "npm run build && xo && ava", | ||
@@ -34,3 +35,3 @@ "prepublish": "npm run build" | ||
"dependencies": { | ||
"babel-preset-es2015": "^6.24.1", | ||
"babel-preset-es2015": "6.24.1", | ||
"retry": "0.10.1" | ||
@@ -40,3 +41,3 @@ }, | ||
"ava": "0.18.1", | ||
"babel-cli": "^6.24.1", | ||
"babel-cli": "6.24.1", | ||
"node-fetch": "1.6.3", | ||
@@ -43,0 +44,0 @@ "then-sleep": "1.0.1", |
@@ -5,3 +5,3 @@ # async-retry | ||
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/sindresorhus/xo) | ||
[![Slack Channel](https://zeit-slackin.now.sh/badge.svg)](https://zeit.chat/) | ||
[![Slack Channel](http://zeit-slackin.now.sh/badge.svg)](https://zeit.chat/) | ||
@@ -23,2 +23,3 @@ Retrying made simple, easy, async. | ||
bail(new Error('Unauthorized')) | ||
return | ||
} | ||
@@ -25,0 +26,0 @@ |
5096
55
Updatedbabel-preset-es2015@6.24.1