Commit f0543729 authored by Masayuki Tanaka's avatar Masayuki Tanaka

Fix d3 dependency to <=3.5.0 - #893

parent bffe5936
......@@ -27,6 +27,6 @@
"Gruntfile.*"
],
"dependencies": {
"d3": "~3.5.3"
"d3": "<=3.5.0"
}
}
......@@ -5,7 +5,7 @@
"version": "0.4.8",
"keywords": [],
"dependencies": {
"mbostock/d3": "v3.5.3"
"mbostock/d3": "v3.5.0"
},
"development": {},
"license": "MIT",
......
......@@ -20,7 +20,7 @@
"gitHead": "84e03109d9a590f9c8ef687c03d751f666080c6f",
"readmeFilename": "README.md",
"dependencies": {
"d3": "~3.5.3"
"d3": "<=3.5.0"
},
"devDependencies": {
"grunt": "~0.4.1",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment