Skip to content

Commit

Permalink
Update dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Nov 16, 2019
1 parent 86ac8e2 commit bfc5cf3
Show file tree
Hide file tree
Showing 3 changed files with 727 additions and 490 deletions.
4 changes: 0 additions & 4 deletions .npmignore

This file was deleted.

12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
"type": "git",
"url": "https://github.com/d3/d3-selection.git"
},
"files": [
"dist/**/*.js",
"src/**/*.js"
],
"scripts": {
"pretest": "rollup -c",
"test": "tape 'test/**/*-test.js' && eslint src",
Expand All @@ -31,10 +35,10 @@
},
"sideEffects": false,
"devDependencies": {
"eslint": "5",
"jsdom": "12",
"rollup": "0.64",
"rollup-plugin-terser": "1",
"eslint": "6",
"jsdom": "15",
"rollup": "1",
"rollup-plugin-terser": "5",
"tape": "4"
}
}
Loading

0 comments on commit bfc5cf3

Please sign in to comment.