Skip to content

Commit fc104c2

Browse files
sukvvondai-shi
andauthored
chore(examples): remove 'pnpm-lock.yaml' (#2951)
* chore(examples): remove 'pnpm-lock.yaml' * chore(.gitignore): add lock file patterns related with 'examples' * Update package.json --------- Co-authored-by: Daishi Kato <dai-shi@users.noreply.github.com>
1 parent 2fbb477 commit fc104c2

File tree

4 files changed

+4
-3516
lines changed

4 files changed

+4
-3516
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ $RECYCLE.BIN/
1010
coverage/
1111
.rpt2_cache/
1212
.idea
13+
examples/**/*/package-lock.json
14+
examples/**/*/yarn.lock
15+
examples/**/*/pnpm-lock.yaml
16+
examples/**/*/bun.lockb

examples/demo/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
"semi": false,
1414
"singleQuote": true
1515
},
16-
"packageManager": "pnpm@8.15.0",
1716
"dependencies": {
1817
"@react-three/drei": "^9.78.2",
1918
"@react-three/fiber": "^8.13.7",

0 commit comments

Comments
 (0)