Skip to content

Commit 43306b8

Browse files
committed
pnpm in repo root
1 parent ff6886b commit 43306b8

File tree

5 files changed

+1891
-2
lines changed

5 files changed

+1891
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/cmd/kube-score/kube-score
55
vendor
66
coverage.txt
7+
node_modules

package.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "kube-score",
3+
"private": true,
4+
"version": "0.0.0",
5+
"type": "module",
6+
"packageManager": "[email protected]+sha256.dbdf5961c32909fb030595a9daa1dae720162e658609a8f92f2fa99835510ca5"
7+
}
8+

0 commit comments

Comments
 (0)