Skip to content

Commit

Permalink
fix: package
Browse files Browse the repository at this point in the history
  • Loading branch information
deepkolos committed Mar 11, 2024
1 parent 86e81d8 commit b23afb0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three-js-trail",
"version": "0.0.1",
"version": "0.0.2",
"type": "module",
"author": "DeepKolos<[email protected]>",
"scripts": {
Expand All @@ -27,12 +27,15 @@
],
"sideEffects": false,
"devDependencies": {
"three": "^0.160.0",
"@types/node": "^20.10.5",
"typescript": "^5.2.2",
"vite": "^5.0.8"
},
"dependencies": {
"@types/three": "^0.160.0",
"peerDependencies": {
"three": "^0.160.0"
},
"dependencies": {
"@types/three": "^0.160.0"
}
}
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b23afb0

Please sign in to comment.