File tree Expand file tree Collapse file tree 5 files changed +7915
-4820
lines changed
Expand file tree Collapse file tree 5 files changed +7915
-4820
lines changed Original file line number Diff line number Diff line change @@ -8,3 +8,12 @@ yarn*.log
88dist
99tsconfig.tsbuildinfo
1010TEST- *
11+
12+ # yarn
13+ .pnp. *
14+ .yarn /*
15+ ! .yarn /patches
16+ ! .yarn /plugins
17+ ! .yarn /releases
18+ ! .yarn /sdks
19+ ! .yarn /versions
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1+ nodeLinker : node-modules
2+
3+ yarnPath : .yarn/releases/yarn-4.0.2.cjs
Original file line number Diff line number Diff line change 3535 "format" : " eslint --fix ./src" ,
3636 "check-src-and-examples" : " yarn test && yarn tscheck && cd examples/inputs-simple-sqlite && yarn generate && yarn tscheck"
3737 },
38- "bin" : {
39- "prisma-generator-pothos-codegen" : " ./src/bin.js"
40- },
38+ "bin" : " ./src/bin.js" ,
4139 "peerDependencies" : {
4240 "@pothos/core" : " ^3.23.0" ,
4341 "@pothos/plugin-prisma" : " ^3.37.0" ,
6664 },
6765 "dependencies" : {
6866 "@prisma/generator-helper" : " ^4.7.0 || ^5.1.1 || ^5.5.2"
69- }
67+ },
68+ "packageManager" : " yarn@4.0.2"
7069}
You can’t perform that action at this time.
0 commit comments