Codebase list node-d3-scale-chromatic / 7639a4c
updated rollup command nilesh 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
77 dh $@ --with nodejs
88
99 override_dh_auto_build:
10 rollup src/index.js -o dist/d3-scale-chromatic.js -f umd -n d3 -g d3-color:d3,d3-interpolate:d3 -e d3-color,d3-interpolate --no-indent --extend true
10 rollup -c
1111 uglifyjs.terser dist/d3-scale-chromatic.js -o dist/d3-scale-chromatic.min.js