1 parent c330d87 commit 9288499Copy full SHA for 9288499
1 file changed
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "texivia-router",
3
"version": "1.0.0",
4
- "description": "2 KB framework-agnostic TypeScript router with compiled regex matching",
5
- "author": "Vadim Ferderer (https://github.com/ferderer)",
+ "description": "3 kB framework-agnostic TypeScript router with compiled regex matching",
+ "author": "Vadim Ferderer (https://ferderer.de/)",
6
"license": "Apache-2.0",
7
"main": "dist/texivia.js",
8
"module": "dist/texivia.mjs",
@@ -40,10 +40,10 @@
40
"typescript",
41
"framework-agnostic",
42
"lightweight",
43
+ "single-page-app",
44
"svelte",
45
"vue",
- "react",
46
- "2kb"
+ "react"
47
],
48
"devDependencies": {
49
"@rollup/plugin-terser": "^0.4.4",
0 commit comments