Skip to content
This repository was archived by the owner on Nov 2, 2021. It is now read-only.

Commit 89ae9a9

Browse files
committed
declare d3-selection and d3-dispatch as dependencies instead of peerDependencies
1 parent 56ab9d7 commit 89ae9a9

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ Documentation of version 1-2 can be found [here](https://github.com/twitter/d3ki
1616
## Install
1717

1818
```bash
19-
npm install d3-selection d3-dispatch d3kit --save
20-
```
21-
22-
Note: d3Kit **v3** is still in beta. Latest stable release is **v2.0.0**
23-
24-
```bash
25-
npm install d3kit@2.0.0 --save
19+
npm install d3kit --save
2620
```
2721

2822
See [getting start guide](docs/Getting-started.md) for more details.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"src/**/*.*",
2323
"dist/*.*"
2424
],
25-
"peerDependencies": {
25+
"dependencies": {
2626
"d3-dispatch": "^1.0.1",
2727
"d3-selection": "^1.0.2"
2828
},
@@ -34,8 +34,6 @@
3434
"babelrc-rollup": "^3.0.0",
3535
"browser-sync": "~2.14.0",
3636
"chai": "^3.5.0",
37-
"d3-dispatch": "~1.0.1",
38-
"d3-selection": "~1.0.2",
3937
"eslint": "^2.9.0",
4038
"eslint-config-airbnb": "^9.0.1",
4139
"eslint-plugin-import": "^1.12.0",

0 commit comments

Comments
 (0)