This commit is contained in:
Mike Bostock 2016-02-03 10:03:35 -08:00
Родитель 05e932d3d2
Коммит be8ce1f82f
2 изменённых файлов: 2 добавлений и 2 удалений

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

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

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

@ -1,6 +1,6 @@
{
"name": "d3",
"version": "4.0.0-alpha.13",
"version": "4.0.0-alpha.14",
"publishConfig": {
"tag": "next"
},