Skip to content

Commit

Permalink
Move d3-selection and d3-selection-multi to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sjockers committed Jun 14, 2021
1 parent f0c85b8 commit f5983d5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
18 changes: 11 additions & 7 deletions package-lock.json

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

11 changes: 10 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,14 @@
"test": "tape 'test/test-*.cjs'",
"prepublish": "npm run pretest && bin/rollup.cjs"
},
"sideEffects": [
"./index.js",
"./essentials.js",
"./selection.js"
],
"devDependencies": {
"d3": "4",
"d3-selection": "1",
"d3-selection-multi": "1",
"eslint": "2",
"jsdom": "^16.6.0",
Expand Down Expand Up @@ -68,8 +74,11 @@
"d3-queue": "3",
"d3-request": "1",
"d3-scale": "1",
"d3-selection": "1",
"d3-timer": "1",
"d3-transition": "1"
},
"peerDependencies": {
"d3-selection": "1",
"d3-selection-multi": "1"
}
}

0 comments on commit f5983d5

Please sign in to comment.