Comparing version
{ | ||
"name": "run-auto", | ||
"description": "Determine the best order for running async functions, and run them", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": { | ||
@@ -17,4 +17,5 @@ "name": "Feross Aboukhadijeh", | ||
"devDependencies": { | ||
"standard": "^3.2.0", | ||
"tape": "^4.0.0" | ||
"standard": "^4.3.2", | ||
"tape": "^4.0.0", | ||
"zuul": "^3.1.0" | ||
}, | ||
@@ -41,20 +42,7 @@ "homepage": "https://github.com/feross/run-auto", | ||
"scripts": { | ||
"test": "standard && tape test/*.js" | ||
}, | ||
"testling": { | ||
"files": "test/*.js", | ||
"browsers": [ | ||
"ie/9..latest", | ||
"chrome/25..latest", | ||
"chrome/canary", | ||
"firefox/20..latest", | ||
"firefox/nightly", | ||
"safari/6..latest", | ||
"opera/12..latest", | ||
"opera/next", | ||
"ipad/6.0..latest", | ||
"iphone/6.0..latest", | ||
"android-browser/4.2..latest" | ||
] | ||
"test": "standard && npm run test-node && npm run test-browser", | ||
"test-browser": "zuul -- test/*.js", | ||
"test-browser-local": "zuul --local -- test/*.js", | ||
"test-node": "tape test/*.js" | ||
} | ||
} |
@@ -1,6 +0,13 @@ | ||
# run-auto [](https://travis-ci.org/feross/run-auto) [](https://npmjs.org/package/run-auto) [](https://npmjs.org/package/run-auto) | ||
# run-auto [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] | ||
[travis-image]: https://img.shields.io/travis/feross/run-auto.svg?style=flat | ||
[travis-url]: https://travis-ci.org/feross/run-auto | ||
[npm-image]: https://img.shields.io/npm/v/run-auto.svg?style=flat | ||
[npm-url]: https://npmjs.org/package/run-auto | ||
[downloads-image]: https://img.shields.io/npm/dm/run-auto.svg?style=flat | ||
[downloads-url]: https://npmjs.org/package/run-auto | ||
#### Determine the best order for running async functions, ***LIKE MAGIC!*** | ||
 [](https://ci.testling.com/feross/run-auto) | ||
 [](https://saucelabs.com/u/run-auto) | ||
@@ -118,2 +125,3 @@ ### install | ||
- [run-parallel](https://github.com/feross/run-parallel) | ||
- [run-parallel-limit](https://github.com/feross/run-parallel-limit) | ||
- [run-series](https://github.com/feross/run-series) | ||
@@ -120,0 +128,0 @@ - [run-waterfall](https://github.com/feross/run-waterfall) |
Sorry, the diff of this file is not supported yet
17388
4.43%11
10%134
6.35%3
50%