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

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",