This commit is contained in:
Mike Bostock 2016-05-12 13:44:17 -07:00
Родитель aa47c28816
Коммит d6765d8f96
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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.38.min.js"></script>
<script src="https://d3js.org/d3.v4.0.0-alpha.39.min.js"></script>
```
## API Reference

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "d3",
"version": "4.0.0-alpha.38",
"version": "4.0.0-alpha.39",
"publishConfig": {
"tag": "next"
},
@ -47,7 +47,7 @@
"d3-drag": "0.1.2",
"d3-dsv": "0.3.2",
"d3-ease": "0.7.0",
"d3-force": "0.6.0",
"d3-force": "0.6.1",
"d3-format": "0.5.1",
"d3-hierarchy": "0.2.2",
"d3-interpolate": "0.7.0",