Skip to content

Commit 061a70e

Browse files
committed
chore: update size
1 parent d6d4c3b commit 061a70e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žpackage.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "regexparam",
33
"version": "1.2.2",
44
"repository": "lukeed/regexparam",
5-
"description": "A tiny (285B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` πŸ™‡β€",
5+
"description": "A tiny (308B) utility that converts route patterns into RegExp. Limited alternative to `path-to-regexp` πŸ™‡β€",
66
"module": "dist/regexparam.mjs",
77
"main": "dist/regexparam.js",
88
"types": "types.d.ts",

β€Žreadme.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# regexparam [![Build Status](https://travis-ci.org/lukeed/regexparam.svg?branch=master)](https://travis-ci.org/lukeed/regexparam)
22

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