Skip to content

Commit 4cefe63

Browse files
committed
fix: fix lib build distribution
1 parent e6b4fe5 commit 4cefe63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"version": "1.1.0",
55
"license": "MIT",
66
"type": "module",
7-
"exports": "./dist/index.js",
7+
"exports": "./lib/index.js",
88
"files": [
99
"src",
10-
"dist"
10+
"lib"
1111
],
1212
"keywords": [
1313
"rest",
@@ -29,7 +29,7 @@
2929
},
3030
"repository": {
3131
"type": "git",
32-
"url": "https://github.com/owinter86/react-query-codegen"
32+
"url": "https://github.com/lightbasenl/react-query-codegen"
3333
},
3434
"engines": {
3535
"node": ">=14.16"

0 commit comments

Comments
 (0)