Skip to content

Commit

Permalink
fix: move troika to deps (#44)
Browse files Browse the repository at this point in the history
install error when troika is not available should be gone
  • Loading branch information
vis-prime authored Oct 6, 2023
1 parent 8259ac8 commit b76aa39
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"dependencies": {},
"dependencies": {
"troika-three-text": "0.47.2"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
Expand Down Expand Up @@ -110,13 +112,11 @@
"semantic-release": "^20.1.1",
"three": "^0.156.1",
"three-stdlib": "^2.25.1",
"troika-three-text": "0.47.2",
"ts-node": "^10.9.1",
"typescript": "^4.7.4",
"yarn": "^1.22.17"
},
"peerDependencies": {
"three": ">=0.137",
"troika-three-text": ">=0.46.4"
"three": ">=0.137"
}
}

0 comments on commit b76aa39

Please sign in to comment.