Skip to content

Commit f7e1c48

Browse files
committed
Reverted versions of dependent libraries
This currently breaks our build since the versions are incompatible.
1 parent 864afa8 commit f7e1c48

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

bower.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
],
2323
"dependencies": {
2424
"d3": "~3.5.5",
25-
"threejs": "r71",
26-
"jquery" : "~2.1.4",
27-
"bootstrap": "~3.3.4",
28-
"requirejs" : "~2.1.18"
25+
"threejs": "*",
26+
"jquery" : "*",
27+
"bootstrap": "*",
28+
"requirejs" : "*"
2929
},
3030
"devDependencies": {
3131
"jasmine": "~2.3.4"

0 commit comments

Comments
 (0)