Skip to content

Commit 9288499

Browse files
authored
Update package.json description and author URL
1 parent c330d87 commit 9288499

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "texivia-router",
33
"version": "1.0.0",
4-
"description": "2 KB framework-agnostic TypeScript router with compiled regex matching",
5-
"author": "Vadim Ferderer (https://github.com/ferderer)",
4+
"description": "3 kB framework-agnostic TypeScript router with compiled regex matching",
5+
"author": "Vadim Ferderer (https://ferderer.de/)",
66
"license": "Apache-2.0",
77
"main": "dist/texivia.js",
88
"module": "dist/texivia.mjs",
@@ -40,10 +40,10 @@
4040
"typescript",
4141
"framework-agnostic",
4242
"lightweight",
43+
"single-page-app",
4344
"svelte",
4445
"vue",
45-
"react",
46-
"2kb"
46+
"react"
4747
],
4848
"devDependencies": {
4949
"@rollup/plugin-terser": "^0.4.4",

0 commit comments

Comments
 (0)