Codebase list node-d3-shape / 781bd1f
Refresh patches. Debian Janitor 4 years ago
2 changed file(s) with 10 addition(s) and 6 deletion(s). Raw diff Collapse all Expand all
00 Description: Remove unsupported syntax
11 This syntax is not supported in packaged rollup/node yet.
22 Minified file is generated by uglifyjs.terser command line.
3 --- a/rollup.config.js
4 +++ b/rollup.config.js
3 Index: node-d3-shape/rollup.config.js
4 ===================================================================
5 --- node-d3-shape.orig/rollup.config.js
6 +++ node-d3-shape/rollup.config.js
57 @@ -1,4 +1,3 @@
68 -import {terser} from "rollup-plugin-terser";
79 import * as meta from "./package.json";
810
911 const config = {
10 @@ -17,20 +16,5 @@
12 @@ -17,20 +16,5 @@ const config = {
1113 };
1214
1315 export default [
11 Author: Chris Lamb <lamby@debian.org>
22 Last-Update: 2019-06-20
33
4 --- a/rollup.config.js
5 +++ b/rollup.config.js
6 @@ -9,7 +9,7 @@
4 Index: node-d3-shape/rollup.config.js
5 ===================================================================
6 --- node-d3-shape.orig/rollup.config.js
7 +++ node-d3-shape/rollup.config.js
8 @@ -9,7 +9,7 @@ const config = {
79 format: "umd",
810 indent: false,
911 extend: true,