Skip to content

Commit

Permalink
chore(examples): remove 'pnpm-lock.yaml' (#2951)
Browse files Browse the repository at this point in the history
* chore(examples): remove 'pnpm-lock.yaml'

* chore(.gitignore): add lock file patterns related with 'examples'

* Update package.json

---------

Co-authored-by: Daishi Kato <[email protected]>
  • Loading branch information
sukvvon and dai-shi authored Jan 11, 2025
1 parent 2fbb477 commit fc104c2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3,516 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ $RECYCLE.BIN/
coverage/
.rpt2_cache/
.idea
examples/**/*/package-lock.json
examples/**/*/yarn.lock
examples/**/*/pnpm-lock.yaml
examples/**/*/bun.lockb
1 change: 0 additions & 1 deletion examples/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"semi": false,
"singleQuote": true
},
"packageManager": "[email protected]",
"dependencies": {
"@react-three/drei": "^9.78.2",
"@react-three/fiber": "^8.13.7",
Expand Down
Loading

0 comments on commit fc104c2

Please sign in to comment.