Skip to content

Commit

Permalink
chore(lunox-typeorm): set peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
axmad386 committed Jul 9, 2023
1 parent 3dde1e2 commit b4825ea
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 34 deletions.
10 changes: 5 additions & 5 deletions packages/lunox-typeorm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.mjs",
"./dist/*": "./dist/*"
"./dist/*": "./dist/*",
"./contracts": "./contracts.d.ts"
},
"files": [
"dist/*",
"contracts.d.ts",
"global.d.ts"
],
"scripts": {
Expand All @@ -35,15 +37,13 @@
"@lunoxjs/test": "workspace:2.0.0-next.9",
"@types/supertest": "^2.0.12",
"rollup": "^3.19.1",
"typeorm": "^0.3.17",
"typescript": "^4.9.5",
"vitest": "^0.32.2"
},
"peerDependencies": {
"@lunoxjs/core": "workspace:2.0.0-next.9",
"typeorm": "^0.3.17"
},
"type": "module",
"dependencies": {
"typeorm": "^0.3.17"
}
"type": "module"
}
68 changes: 39 additions & 29 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b4825ea

Please sign in to comment.