Skip to content

Commit 6b67e55

Browse files
committed
specify pnpm version
1 parent 8bb0e39 commit 6b67e55

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

.npmignore

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@ src/
44
node_modules/
55
coverage/
66

7+
pnpm-lock.yaml
8+
pnpm-workspace.yaml
9+
10+
.npmrc
11+
.nvmrc
12+
713
CODE_OF_CONDUCT.md
814
CONTRIBUTING.md
915

10-
.eslintrc.json
16+
.eslint.config.ts
1117
.gitignore
1218
.travis.yml
1319
tsconfig.json
20+
tsconfig.test.json
1421

15-
jest.config.js
16-
jest.setup.ts
22+
vite.config.ts

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@
6161
},
6262
"dependencies": {
6363
"class-validator": "^0.15.1"
64-
}
64+
},
65+
"packageManager": "pnpm@11.5.0"
6566
}

0 commit comments

Comments
 (0)