Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Mar 22, 2018
1 parent 82445ba commit 3fa7ace
Show file tree
Hide file tree
Showing 3 changed files with 337 additions and 21 deletions.
7 changes: 2 additions & 5 deletions package.json
@@ -1,9 +1,6 @@
{
"name": "d3",
"version": "5.0.0-rc.4",
"publishConfig": {
"tag": "next"
},
"version": "5.0.0",
"description": "Data-Driven Documents",
"keywords": [
"dom",
Expand Down Expand Up @@ -37,7 +34,7 @@
"json2module": "0.0",
"package-preamble": "0.1",
"rimraf": "2",
"rollup": "0.55",
"rollup": "0.57",
"rollup-plugin-ascii": "0.0",
"rollup-plugin-node-resolve": "3",
"tape": "4",
Expand Down
1 change: 1 addition & 0 deletions rollup.config.js
Expand Up @@ -8,6 +8,7 @@ export default {
extend: true,
file: "dist/d3.js",
format: "umd",
indent: false,
name: "d3"
}
};

0 comments on commit 3fa7ace

Please sign in to comment.