Skip to content

Commit

Permalink
Merge pull request #212 from jacob-meacham/bugfix/patch-d3-dep-issue
Browse files Browse the repository at this point in the history
Constrain to d3 3.x.x
  • Loading branch information
wa0x6e authored Aug 29, 2016
2 parents 916fafb + dd0e28c commit 357bb90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"version": "3.6.0",
"main": ["./cal-heatmap.js", "./cal-heatmap.css"],
"dependencies": {
"d3": ">= v3.0.6"
"d3": ">=3.0.6 <4.0.0"
},
"location": "https://github.com/wa0x6e/cal-heatmap",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "3.6.0",
"repository": "wa0x6e/cal-heatmap",
"dependencies": {
"mbostock/d3": ">= 3.0.6"
"mbostock/d3": ">=3.0.6 <4.0.0"
},
"main": "cal-heatmap.js",
"scripts": [
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"test": "test"
},
"dependencies": {
"d3": ">= v3.0.6"
"d3": "^3.0.6"
},
"devDependencies": {
"grunt": "~0.4.5",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"jam": {
"dependencies": {
"d3": ">=3.0.6"
"d3": "^3.0.6"
}
},
"bugs": "https://github.com/wa0x6e/cal-heatmap/issues",
Expand Down

0 comments on commit 357bb90

Please sign in to comment.