Skip to content

Commit 4ee42b4

Browse files
committed
chore: update module size
1 parent a160d1c commit 4ee42b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žpackage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "regexparam",
33
"version": "2.0.2",
44
"repository": "lukeed/regexparam",
5-
"description": "A tiny (405B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` πŸ™‡β€",
5+
"description": "A tiny (399B) 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",

β€Žreadme.md

+1-1
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 (405B) utility that converts route patterns into RegExp. Limited alternative to [`path-to-regexp`](https://github.com/pillarjs/path-to-regexp) πŸ™‡
3+
> A tiny (399B) 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)