Skip to content

Commit

Permalink
fix: fix lib build distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
owinter86 committed Aug 22, 2022
1 parent e6b4fe5 commit 4cefe63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"version": "1.1.0",
"license": "MIT",
"type": "module",
"exports": "./dist/index.js",
"exports": "./lib/index.js",
"files": [
"src",
"dist"
"lib"
],
"keywords": [
"rest",
Expand All @@ -29,7 +29,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/owinter86/react-query-codegen"
"url": "https://github.com/lightbasenl/react-query-codegen"
},
"engines": {
"node": ">=14.16"
Expand Down

0 comments on commit 4cefe63

Please sign in to comment.