Skip to content

Commit d53faba

Browse files
committed
fix package.json fields for example mocks package
1 parent 01009b3 commit d53faba

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/example-mocks/package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
"version": "1.0.0",
44
"type": "module",
55
"main": "./src/index.ts",
6+
"homepage": "https://gkurt.com/tanstack-query-builder/",
7+
"repository": {
8+
"type": "git",
9+
"url": "git+ssh://[email protected]/KurtGokhan/tanstack-query-builder.git"
10+
},
11+
"license": "MIT",
12+
"author": {
13+
"name": "Gokhan Kurt",
14+
"email": "[email protected]",
15+
"url": "https://github.com/KurtGokhan"
16+
},
617
"exports": {
718
".": "./src/index.ts",
819
"./setup-msw": {

0 commit comments

Comments
 (0)