Skip to content

Commit

Permalink
Update d3-require; fixes #77.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Dec 10, 2018
1 parent 9d4b75e commit 0bd8f18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"cjs": true
},
"dependencies": {
"d3-require": "^1.1.0",
"d3-require": "^1.2.0",
"esm": "^3.0.5"
},
"devDependencies": {
Expand Down
3 changes: 2 additions & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ function config(output) {
node(),
terser({
toplevel: output.format === "es",
output: {preamble: copyright}
output: {preamble: copyright},
mangle: {reserved: ["RequireError"]}
})
],
output
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ cssstyle@^1.0.0:
dependencies:
cssom "0.3.x"

d3-require@^1.1.0:
version "1.1.4"
resolved "https://registry.yarnpkg.com/d3-require/-/d3-require-1.1.4.tgz#f5b229aaab5586bfcd67383c78652147d3def72b"
d3-require@^1.2.0:
version "1.2.0"
resolved "https://registry.yarnpkg.com/d3-require/-/d3-require-1.2.0.tgz#a840fc88e4b7f3bc49dac91eb16615c1df20b42a"

dashdash@^1.12.0:
version "1.14.1"
Expand Down

0 comments on commit 0bd8f18

Please sign in to comment.