Skip to content

Commit c98ca8d

Browse files
committed
v2.0.0
1 parent 9d4cbd9 commit c98ca8d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

component.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "path-to-regexp",
33
"description": "Express style path to RegExp utility",
4-
"version": "1.7.0",
4+
"version": "2.0.0",
55
"keywords": [
66
"express",
77
"regexp",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "path-to-regexp",
33
"description": "Express style path to RegExp utility",
4-
"version": "1.7.0",
4+
"version": "2.0.0",
55
"main": "index.js",
66
"typings": "index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)