Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonschlinkert committed Apr 7, 2019
1 parent 9045d5f commit ae7e43d
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "to-regex-range",
"description": "Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.",
"version": "4.0.3",
"version": "5.0.0",
"homepage": "https://github.com/micromatch/to-regex-range",
"author": "Jon Schlinkert (https://github.com/jonschlinkert)",
"contributors": [
Expand All @@ -18,7 +18,7 @@
],
"main": "index.js",
"engines": {
"node": ">=4.0"
"node": ">=8.0"
},
"scripts": {
"test": "mocha"
Expand All @@ -29,31 +29,34 @@
"devDependencies": {
"fill-range": "^6.0.0",
"gulp-format-md": "^2.0.0",
"mocha": "^5.2.0",
"mocha": "^6.0.2",
"text-table": "^0.2.0",
"time-diff": "^0.3.1"
},
"keywords": [
"alpha",
"alphabetical",
"bash",
"brace",
"date",
"expand",
"expansion",
"expression",
"glob",
"match",
"match date",
"match number",
"match numbers",
"match year",
"matches",
"matching",
"number",
"numbers",
"numerical",
"range",
"ranges",
"regex",
"sequence",
"sh",
"to",
"year"
"regexp",
"regular",
"regular expression",
"sequence"
],
"verb": {
"layout": "default",
Expand All @@ -68,7 +71,9 @@
"reflinks": true
},
"helpers": {
"examples": "./examples.js"
"examples": {
"displayName": "examples"
}
},
"related": {
"list": [
Expand Down

0 comments on commit ae7e43d

Please sign in to comment.