Skip to content

Commit

Permalink
Oops, forgot to export symbols.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed May 11, 2016
1 parent c77c2b7 commit 6e5c47c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This branch contains the prerelease of D3 4.0. This API is unstable and may chan
If you use NPM, `npm install d3@next`. Otherwise, download the [latest release](https://github.com/mbostock/d3/releases/latest). The released bundle supports AMD, CommonJS, and vanilla environments. Create a custom build using [Rollup](https://github.com/rollup/rollup) or your preferred bundler. You can also load directly from [d3js.org](https://d3js.org):

```html
<script src="https://d3js.org/d3.v4.0.0-alpha.36.min.js"></script>
<script src="https://d3js.org/d3.v4.0.0-alpha.37.min.js"></script>
```

## API Reference
Expand Down
5 changes: 5 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,7 @@ export {

export {
creator,
customEvent,
event,
matcher,
mouse,
Expand Down Expand Up @@ -434,6 +435,10 @@ export {
forceY
} from "d3-force";

export {
drag
} from "d3-drag";

export {
voronoi
} from "d3-voronoi";
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "d3",
"version": "4.0.0-alpha.36",
"version": "4.0.0-alpha.37",
"publishConfig": {
"tag": "next"
},
Expand Down

0 comments on commit 6e5c47c

Please sign in to comment.