Skip to content

Commit 091d61b

Browse files
authored
publint (#2)
1 parent dc5d119 commit 091d61b

3 files changed

Lines changed: 34 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ jobs:
3030

3131
- name: Build
3232
run: bun meta build
33+
34+
- name: Run publint
35+
run: bun meta publint

bun.lock

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

packages/meta/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
22
"name": "tanstack-meta",
33
"version": "0.0.1",
4-
"description": "TODO:",
5-
"keywords": [],
4+
"description": "A small library that helps you manage document heads type-safely in TanStack Router/Start",
5+
"keywords": [
6+
"react",
7+
"tanstack"
8+
],
69
"author": "Shinya Fujino <shf0811@gmail.com> (https://github.com/morinokami)",
710
"license": "MIT",
811
"type": "module",
@@ -24,11 +27,13 @@
2427
"dist"
2528
],
2629
"scripts": {
27-
"build": "tsdown"
30+
"build": "tsdown",
31+
"publint": "publint"
2832
},
2933
"devDependencies": {
30-
"@tanstack/react-router": "1.136.18",
34+
"@tanstack/react-router": "1.139.3",
3135
"next": "16.0.3",
36+
"publint": "0.3.15",
3237
"tsdown": "0.16.6"
3338
}
3439
}

0 commit comments

Comments
 (0)