Skip to content

Commit 04d7131

Browse files
committed
chore: update module size
1 parent 7188552 commit 04d7131

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "regexparam",
33
"version": "1.3.0",
44
"repository": "lukeed/regexparam",
5-
"description": "A tiny (306B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` πŸ™‡β€",
5+
"description": "A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` πŸ™‡β€",
66
"unpkg": "dist/index.min.js",
77
"module": "dist/index.mjs",
88
"main": "dist/index.js",
@@ -34,7 +34,9 @@
3434
"keywords": [
3535
"regexp",
3636
"route",
37-
"routing"
37+
"routing",
38+
"inject",
39+
"parse"
3840
],
3941
"devDependencies": {
4042
"bundt": "1.1.2",

β€Žreadme.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# regexparam [![CI](https://github.com/lukeed/regexparam/actions/workflows/ci.yml/badge.svg)](https://github.com/lukeed/regexparam/actions/workflows/ci.yml)
22

3-
> A tiny (306B) utility that converts route patterns into RegExp. Limited alternative to [`path-to-regexp`](https://github.com/pillarjs/path-to-regexp) πŸ™‡
3+
> A tiny (394B) utility that converts route patterns into RegExp. Limited alternative to [`path-to-regexp`](https://github.com/pillarjs/path-to-regexp) πŸ™‡
44
55
With `regexparam`, you may turn a pathing string (eg, `/users/:id`) into a regular expression.
66

0 commit comments

Comments
Β (0)