Skip to content

Commit

Permalink
Make runtime dependencies looser
Browse files Browse the repository at this point in the history
Avoid issues where an appplication requires a specific
version of a d3-module which is not compatible with this library
  • Loading branch information
johnwalley committed Dec 17, 2018
1 parent 509719b commit c4b775d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
42 changes: 21 additions & 21 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3-simple-slider",
"version": "1.3.2",
"version": "1.3.3",
"description": "Renders an SVG slider",
"keywords": [
"d3",
Expand Down Expand Up @@ -54,12 +54,12 @@
"uglify-js": "^3.4.9"
},
"dependencies": {
"d3-array": "^2.0.2",
"d3-axis": "^1.0.12",
"d3-dispatch": "^1.0.5",
"d3-drag": "^1.2.3",
"d3-ease": "^1.0.5",
"d3-scale": "^2.1.2",
"d3-selection": "^1.3.2"
"d3-array": "^2.0.0",
"d3-axis": "^1.0.8",
"d3-dispatch": "^1.0.0",
"d3-drag": "^1.0.0",
"d3-ease": "^1.0.0",
"d3-scale": "^2.0.0",
"d3-selection": "^1.0.0"
}
}

0 comments on commit c4b775d

Please sign in to comment.