Skip to content

Commit

Permalink
v2.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Jul 24, 2020
1 parent f49b6dd commit 956f0ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "d3-transition",
"version": "2.0.0-rc.2",
"version": "2.0.0-rc.3",
"publishConfig": {
"tag": "next"
},
Expand Down Expand Up @@ -38,17 +38,17 @@
},
"sideEffects": true,
"dependencies": {
"d3-color": "1 - 2",
"d3-dispatch": "1 - 2",
"d3-ease": "1 - 2",
"d3-interpolate": "1 - 2",
"d3-timer": "1 - 2"
"d3-color": ">=2.0.0-rc.1",
"d3-dispatch": ">=2.0.0-rc.1",
"d3-ease": ">=2.0.0-rc.1",
"d3-interpolate": ">=2.0.0-rc.1",
"d3-timer": ">=2.0.0-rc.1"
},
"peerDependencies": {
"d3-selection": "2.0.0-rc.3"
},
"devDependencies": {
"d3-selection": "1.1.0 - 2",
"d3-selection": ">=2.0.0-rc.1",
"eslint": "6",
"jsdom": "15",
"rollup": "1",
Expand Down

0 comments on commit 956f0ae

Please sign in to comment.