Skip to content

Commit 357bb90

Browse files
authored
Merge pull request #212 from jacob-meacham/bugfix/patch-d3-dep-issue
Constrain to d3 3.x.x
2 parents 916fafb + dd0e28c commit 357bb90

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"version": "3.6.0",
1111
"main": ["./cal-heatmap.js", "./cal-heatmap.css"],
1212
"dependencies": {
13-
"d3": ">= v3.0.6"
13+
"d3": ">=3.0.6 <4.0.0"
1414
},
1515
"location": "https://github.com/wa0x6e/cal-heatmap",
1616
"license": "MIT",

component.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.6.0",
44
"repository": "wa0x6e/cal-heatmap",
55
"dependencies": {
6-
"mbostock/d3": ">= 3.0.6"
6+
"mbostock/d3": ">=3.0.6 <4.0.0"
77
},
88
"main": "cal-heatmap.js",
99
"scripts": [

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"test": "test"
1414
},
1515
"dependencies": {
16-
"d3": ">= v3.0.6"
16+
"d3": "^3.0.6"
1717
},
1818
"devDependencies": {
1919
"grunt": "~0.4.5",
@@ -58,7 +58,7 @@
5858
},
5959
"jam": {
6060
"dependencies": {
61-
"d3": ">=3.0.6"
61+
"d3": "^3.0.6"
6262
}
6363
},
6464
"bugs": "https://github.com/wa0x6e/cal-heatmap/issues",

0 commit comments

Comments
 (0)