Skip to content

Commit 40e78bd

Browse files
committed
Update package.json for publishing
1 parent e1d27bc commit 40e78bd

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

packages/router/package.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,28 @@
11
{
22
"name": "@webstd-ui/router",
3-
"private": true,
43
"version": "0.1.0",
4+
"description": "A framework-agnostic client-side router built on @remix-run/fetch-router and @remix-run/events",
5+
"keywords": [
6+
"router",
7+
"routing",
8+
"framework-agnostic",
9+
"client-side",
10+
"spa",
11+
"navigation",
12+
"fetch-router",
13+
"remix"
14+
],
15+
"license": "MIT",
16+
"author": "Mark Malstrom",
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/webstd-ui/router.git",
20+
"directory": "packages/router"
21+
},
22+
"homepage": "https://github.com/webstd-ui/router/tree/main/packages/router#readme",
23+
"bugs": {
24+
"url": "https://github.com/webstd-ui/router/issues"
25+
},
526
"type": "module",
627
"main": "dist/index.js",
728
"module": "dist/index.js",
@@ -12,6 +33,11 @@
1233
"import": "./dist/index.js"
1334
}
1435
},
36+
"files": [
37+
"dist",
38+
"README.md",
39+
"LICENSE"
40+
],
1541
"dependencies": {
1642
"@remix-run/events": "catalog:remix",
1743
"@remix-run/fetch-router": "catalog:remix"

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)