Skip to content

Commit

Permalink
three.js should be a dependency not a devDependency
Browse files Browse the repository at this point in the history
since it needs to be fetched when installed via bower in other projects
  • Loading branch information
Zeno Rocha committed Jul 23, 2014
1 parent 759d4fb commit 598addb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"node_modules",
"bower_components"
],
"devDependencies": {
"dependencies": {
"threejs": "r67"
}
}

0 comments on commit 598addb

Please sign in to comment.