run-series
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "run-series", | ||
"description": "Run an array of functions in series", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"author": { | ||
@@ -15,5 +15,5 @@ "name": "Feross Aboukhadijeh", | ||
"devDependencies": { | ||
"standard": "^4.3.2", | ||
"tape": "^4.0.0", | ||
"zuul": "^3.1.0" | ||
"airtap": "0.0.4", | ||
"standard": "*", | ||
"tape": "^4.0.0" | ||
}, | ||
@@ -39,6 +39,6 @@ "homepage": "https://github.com/feross/run-series", | ||
"test": "standard && npm run test-node && npm run test-browser", | ||
"test-browser": "zuul -- test/*.js", | ||
"test-browser-local": "zuul --local -- test/*.js", | ||
"test-browser": "airtap -- test/*.js", | ||
"test-browser-local": "airtap --local -- test/*.js", | ||
"test-node": "tape test/*.js" | ||
} | ||
} |
@@ -1,9 +0,11 @@ | ||
# run-series [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] | ||
# run-series [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] | ||
[travis-image]: https://img.shields.io/travis/feross/run-series.svg?style=flat | ||
[travis-image]: https://img.shields.io/travis/feross/run-series/master.svg | ||
[travis-url]: https://travis-ci.org/feross/run-series | ||
[npm-image]: https://img.shields.io/npm/v/run-series.svg?style=flat | ||
[npm-image]: https://img.shields.io/npm/v/run-series.svg | ||
[npm-url]: https://npmjs.org/package/run-series | ||
[downloads-image]: https://img.shields.io/npm/dm/run-series.svg?style=flat | ||
[downloads-image]: https://img.shields.io/npm/dm/run-series.svg | ||
[downloads-url]: https://npmjs.org/package/run-series | ||
[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg | ||
[standard-url]: https://standardjs.com | ||
@@ -10,0 +12,0 @@ ### Run an array of functions in series |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
79
7687
9