This commit is contained in:
Mike Bostock 2016-02-12 13:51:48 -08:00
Родитель 0ba0c299b4
Коммит 65e0e182da
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.16.min.js"></script>
<script src="https://d3js.org/d3.v4.0.0-alpha.17.min.js"></script>
```
## API Reference

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

@ -1,6 +1,6 @@
{
"name": "d3",
"version": "4.0.0-alpha.16",
"version": "4.0.0-alpha.17",
"publishConfig": {
"tag": "next"
},
@ -60,7 +60,7 @@
"d3-time": "0.2.1",
"d3-time-format": "0.3.1",
"d3-timer": "0.3.2",
"d3-transition": "0.1.0",
"d3-transition": "0.1.1",
"d3-voronoi": "0.3.1"
}
}