remove d3 rollup that doesnt seem to serve a purpose

This commit is contained in:
William Blythe
2018-10-22 09:21:33 +11:00
parent 3a6ac818c2
commit a599b1a076
4 changed files with 0 additions and 6964 deletions

11
d3-funcs.js vendored
View File

@@ -1,11 +0,0 @@
export {
axisBottom,
axisLeft,
axisTop,
formatLocale,
line,
scaleBand,
scaleLinear,
scaleOrdinal,
select
} from 'd3';

6951
d3.js vendored

File diff suppressed because it is too large Load Diff

1
d3.min.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -11,7 +11,6 @@
"engine": "node >= 4.8.1",
"license": "MIT",
"scripts": {
"prepublish": "rollup -c && uglifyjs d3.js -c -m -o d3.min.js",
"extract-translations": "grep -hroE \"(translate\\('[^']+'\\))|(tip.bind\\(null, '[^']+')\" src/* | grep -oE \"'[^']+'\" | grep -oE \"[^']+\" | sort -u -f",
"clean": "rimraf build",
"start": "node devServer.js",