Skip to content

Commit

Permalink
use @types/three-text2d as peerDependency. #16
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Apr 7, 2017
1 parent 630244f commit 46754e5
Show file tree
Hide file tree
Showing 2 changed files with 626 additions and 615 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "three-text2d",
"version": "0.3.2",
"version": "0.3.3",
"description": "Render texture from canvas into THREE's Mesh or Sprite.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -24,16 +24,17 @@
},
"license": "MIT",
"devDependencies": {
"@types/three": "^0.83.3",
"three": "*",
"three-orbit-controls": "^72.0.0",
"ts-loader": "^2.0.0",
"typescript": "^2.1.6"
},
"peerDependencies": {
"three": "*"
"three": "*",
"@types/three": "*"
},
"dependencies": {
"@types/three": "^0.83.3",
"webpack": "^2.2.0-rc.2",
"webpack-dev-server": "^2.2.0-rc.0"
}
Expand Down
Loading

0 comments on commit 46754e5

Please sign in to comment.