Skip to content

Commit 1d224f1

Browse files
committed
build: add basic metadata
1 parent daeeb8f commit 1d224f1

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

libs/core/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"name": "@tanstack-query-with-orbitjs/core",
33
"version": "0.0.1",
4+
"description": "A library for using TanStack Query with Orbit.js.",
5+
"keywords": [
6+
"orbit",
7+
"orbit.js",
8+
"data",
9+
"synchronization",
10+
"tanstack-query",
11+
"tanstack",
12+
"query",
13+
"react-query"
14+
],
415
"scripts": {
516
"build": "tsup",
617
"prepack": "pnpm build"

libs/react/package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"name": "@tanstack-query-with-orbitjs/react",
33
"version": "0.0.1",
4+
"description": "React bindings for using TanStack Query with Orbit.js.",
5+
"keywords": [
6+
"orbit",
7+
"orbit.js",
8+
"data",
9+
"synchronization",
10+
"tanstack-query",
11+
"tanstack",
12+
"query",
13+
"react-query",
14+
"react"
15+
],
416
"scripts": {
517
"build": "tsup",
618
"prepack": "pnpm build"

0 commit comments

Comments
 (0)