expand-range
Advanced tools
Comparing version 1.2.0 to 1.4.0
{ | ||
"name": "expand-range", | ||
"description": "Fast, bash-like range expansion. Expand a range of numbers or letters, uppercase or lowercase. See the benchmarks. Used by micromatch.", | ||
"version": "1.2.0", | ||
"version": "1.4.0", | ||
"homepage": "https://github.com/jonschlinkert/expand-range", | ||
@@ -28,4 +28,7 @@ "author": { | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"dependencies": { | ||
"fill-range": "^1.4.0" | ||
"fill-range": "^1.6.0" | ||
}, | ||
@@ -32,0 +35,0 @@ "devDependencies": { |
@@ -14,9 +14,2 @@ # expand-range [![NPM version](https://badge.fury.io/js/expand-range.svg)](http://badge.fury.io/js/expand-range) | ||
## Benchmarks | ||
```bash | ||
node benchmark | ||
``` | ||
## Example usage | ||
@@ -85,8 +78,17 @@ | ||
## Running tests | ||
## Benchmarks | ||
```bash | ||
npm test | ||
node benchmark | ||
``` | ||
## Run tests | ||
Install dev dependencies | ||
```bash | ||
npm i -d && npm test | ||
``` | ||
## Contributing | ||
@@ -108,4 +110,4 @@ Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/expand-range/issues). | ||
_This file was generated by [verb](https://github.com/assemble/verb) on January 14, 2015._ | ||
_This file was generated by [verb](https://github.com/assemble/verb) on January 24, 2015._ | ||
[fill-range]: https://github.com/jonschlinkert/fill-range |
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
110
4192
3
Updatedfill-range@^1.6.0