Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Fil committed Aug 23, 2020
1 parent 611e427 commit 2fa17ff
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions package.json
@@ -1,9 +1,6 @@
{
"name": "d3-transition",
"version": "2.0.0-rc.6",
"publishConfig": {
"tag": "next"
},
"version": "2.0.0",
"description": "Animated transitions for D3 selections.",
"keywords": [
"d3",
Expand Down Expand Up @@ -38,17 +35,17 @@
},
"sideEffects": true,
"dependencies": {
"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"
"d3-color": "1 - 2",
"d3-dispatch": "1 - 2",
"d3-ease": "1 - 2",
"d3-interpolate": "1 - 2",
"d3-timer": "1 - 2"
},
"peerDependencies": {
"d3-selection": "2.0.0-rc.4"
"d3-selection": "2"
},
"devDependencies": {
"d3-selection": ">=2.0.0-rc.1",
"d3-selection": "2",
"eslint": "6",
"jsdom": "15",
"rollup": "1",
Expand Down

0 comments on commit 2fa17ff

Please sign in to comment.