diff --git a/packages/vx-annotation/package.json b/packages/vx-annotation/package.json index 6fe541b2f..7525ef786 100644 --- a/packages/vx-annotation/package.json +++ b/packages/vx-annotation/package.json @@ -2,10 +2,9 @@ "name": "@vx/annotation", "version": "0.0.147", "description": "vx annotation", + "sideEffects": false, "main": "build/index.js", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", @@ -15,13 +14,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -55,9 +48,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-axis/package.json b/packages/vx-axis/package.json index ed0ba4da2..834f7ac70 100644 --- a/packages/vx-axis/package.json +++ b/packages/vx-axis/package.json @@ -2,26 +2,19 @@ "name": "@vx/axis", "version": "0.0.152", "description": "vx axis", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -55,9 +48,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-bounds/package.json b/packages/vx-bounds/package.json index 761e5a26b..1fe1ac749 100644 --- a/packages/vx-bounds/package.json +++ b/packages/vx-bounds/package.json @@ -1,26 +1,21 @@ { "name": "@vx/bounds", "version": "0.0.147", - "description": "Utilities to make your life with bounding boxes better", + "description": + "Utilities to make your life with bounding boxes better", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "visualizations", "charts"], "author": "Chris Williams @williaster", "license": "MIT", "bugs": { @@ -51,9 +46,6 @@ "react-dom": "^15.0.0-0 || ^16.0.0-0" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-boxplot/package.json b/packages/vx-boxplot/package.json index 48757e48d..4ad64d18b 100644 --- a/packages/vx-boxplot/package.json +++ b/packages/vx-boxplot/package.json @@ -2,6 +2,7 @@ "name": "@vx/boxplot", "version": "0.0.143", "description": "vx box plot", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", @@ -12,13 +13,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@conglei", "license": "MIT", "bugs": { @@ -49,9 +44,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-brush/package.json b/packages/vx-brush/package.json index e94d0f774..00dc1cd8c 100644 --- a/packages/vx-brush/package.json +++ b/packages/vx-brush/package.json @@ -2,26 +2,19 @@ "name": "@vx/brush", "version": "0.0.143", "description": "vx brush", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "d3", - "react", - "visualizations", - "charts" - ], + "keywords": ["vx", "d3", "react", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -52,9 +45,6 @@ "recompose": "^0.23.1" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-clip-path/package.json b/packages/vx-clip-path/package.json index f1d0c0f28..12d14fed2 100644 --- a/packages/vx-clip-path/package.json +++ b/packages/vx-clip-path/package.json @@ -2,15 +2,14 @@ "name": "@vx/clip-path", "version": "0.0.143", "description": "vx clip-path", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" @@ -49,9 +48,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-curve/package.json b/packages/vx-curve/package.json index 42f82f1e3..8a7c751be 100644 --- a/packages/vx-curve/package.json +++ b/packages/vx-curve/package.json @@ -2,23 +2,16 @@ "name": "@vx/curve", "version": "0.0.143", "description": "vx curve", + "sideEffects": false, "main": "build/index.js", "repository": "https://github.com/hshoff/vx", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "keywords": [ - "vx", - "react", - "d3", - "visualization", - "chart" - ], + "keywords": ["vx", "react", "d3", "visualization", "chart"], "author": "@hshoff", "license": "MIT", "dependencies": { @@ -41,9 +34,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-demo/package.json b/packages/vx-demo/package.json index cf1c4de8b..4d11f949e 100644 --- a/packages/vx-demo/package.json +++ b/packages/vx-demo/package.json @@ -9,11 +9,7 @@ "start": "next start", "test": "jest" }, - "keywords": [ - "vx", - "demo", - "examples" - ], + "keywords": ["vx", "demo", "examples"], "author": "@hshoff", "license": "MIT", "dependencies": { @@ -66,9 +62,7 @@ "topojson-client": "^3.0.0" }, "browserify": { - "transform": [ - "babelify" - ] + "transform": ["babelify"] }, "publishConfig": { "access": "public" diff --git a/packages/vx-drag/package.json b/packages/vx-drag/package.json index 2e308915e..0dc9af290 100644 --- a/packages/vx-drag/package.json +++ b/packages/vx-drag/package.json @@ -2,26 +2,19 @@ "name": "@vx/drag", "version": "0.0.143", "description": "vx drag", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -48,9 +41,6 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-event/package.json b/packages/vx-event/package.json index 9145e94cf..d2a98ce9f 100644 --- a/packages/vx-event/package.json +++ b/packages/vx-event/package.json @@ -2,26 +2,19 @@ "name": "@vx/event", "version": "0.0.143", "description": "vx event", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "d3", - "react", - "visualizations", - "charts" - ], + "keywords": ["vx", "d3", "react", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -48,9 +41,6 @@ "@vx/point": "0.0.143" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-geo/package.json b/packages/vx-geo/package.json index 199507cd6..b5c804390 100644 --- a/packages/vx-geo/package.json +++ b/packages/vx-geo/package.json @@ -2,6 +2,7 @@ "name": "@vx/geo", "version": "0.0.150", "description": "vx geo", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", @@ -53,9 +54,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-glyph/package.json b/packages/vx-glyph/package.json index b27c1fa4a..0a571e60a 100644 --- a/packages/vx-glyph/package.json +++ b/packages/vx-glyph/package.json @@ -1,27 +1,20 @@ { "name": "@vx/glyph", "version": "0.0.143", - "description": "vx glyph ", + "description": "vx glyph", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -53,9 +46,6 @@ "d3-shape": "^1.2.0" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-gradient/package.json b/packages/vx-gradient/package.json index 86b9a17f2..a1001c7ba 100644 --- a/packages/vx-gradient/package.json +++ b/packages/vx-gradient/package.json @@ -2,26 +2,19 @@ "name": "@vx/gradient", "version": "0.0.143", "description": "vx gradient", + "sideEffects": false, "main": "build/index.js", "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -52,9 +45,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-grid/package.json b/packages/vx-grid/package.json index 6329cd9c9..bba84fa4b 100644 --- a/packages/vx-grid/package.json +++ b/packages/vx-grid/package.json @@ -2,10 +2,9 @@ "name": "@vx/grid", "version": "0.0.147", "description": "vx grid", + "sideEffects": false, "main": "build/index.js", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", @@ -15,13 +14,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -54,9 +47,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-group/package.json b/packages/vx-group/package.json index 3de4f012f..483db6b7b 100644 --- a/packages/vx-group/package.json +++ b/packages/vx-group/package.json @@ -2,15 +2,14 @@ "name": "@vx/group", "version": "0.0.143", "description": "vx group", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" @@ -52,9 +51,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-heatmap/package.json b/packages/vx-heatmap/package.json index c0f74c79b..30aa1e3c1 100644 --- a/packages/vx-heatmap/package.json +++ b/packages/vx-heatmap/package.json @@ -2,26 +2,19 @@ "name": "@vx/heatmap", "version": "0.0.143", "description": "vx heatmap", + "sideEffects": false, "main": "build/index.js", "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -52,9 +45,6 @@ "classnames": "^2.2.5" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-hierarchy/package.json b/packages/vx-hierarchy/package.json index 687a17bbd..6d79f2fa2 100644 --- a/packages/vx-hierarchy/package.json +++ b/packages/vx-hierarchy/package.json @@ -2,6 +2,7 @@ "name": "@vx/hierarchy", "version": "0.0.144", "description": "vx tree", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", @@ -12,13 +13,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "d3", - "react", - "visualizations", - "charts" - ], + "keywords": ["vx", "d3", "react", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -50,9 +45,6 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-legend/package.json b/packages/vx-legend/package.json index add15f369..09b0de5da 100644 --- a/packages/vx-legend/package.json +++ b/packages/vx-legend/package.json @@ -2,6 +2,7 @@ "name": "@vx/legend", "version": "0.0.143", "description": "vx legend", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", @@ -12,13 +13,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -50,9 +45,6 @@ "prop-types": "^15.5.10" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-marker/package.json b/packages/vx-marker/package.json index c80816522..7d88edb34 100644 --- a/packages/vx-marker/package.json +++ b/packages/vx-marker/package.json @@ -2,10 +2,9 @@ "name": "@vx/marker", "version": "0.0.147", "description": "vx marker", + "sideEffects": false, "main": "build/index.js", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", @@ -15,13 +14,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -53,9 +46,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-mock-data/package.json b/packages/vx-mock-data/package.json index 56a08aaf7..ce9109306 100644 --- a/packages/vx-mock-data/package.json +++ b/packages/vx-mock-data/package.json @@ -2,26 +2,19 @@ "name": "@vx/mock-data", "version": "0.0.147", "description": "vx mock data", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -48,9 +41,6 @@ "d3-random": "^1.0.3" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-network/package.json b/packages/vx-network/package.json index 435b0710e..cb3d62f93 100644 --- a/packages/vx-network/package.json +++ b/packages/vx-network/package.json @@ -1,23 +1,17 @@ { "name": "@vx/network", "version": "0.0.143", - "description": "vx graph", + "description": "vx network", + "sideEffects": false, "main": "build/index.js", "repository": "https://github.com/hshoff/vx", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "keywords": [ - "vx", - "data", - "visualizations", - "charts" - ], + "keywords": ["vx", "data", "visualizations", "charts"], "author": "@andyfang_dz", "license": "MIT", "devDependencies": { @@ -45,9 +39,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-pattern/package.json b/packages/vx-pattern/package.json index 324fc9f3e..85fec186b 100644 --- a/packages/vx-pattern/package.json +++ b/packages/vx-pattern/package.json @@ -2,10 +2,9 @@ "name": "@vx/pattern", "version": "0.0.143", "description": "vx pattern", + "sideEffects": false, "main": "build/index.js", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", @@ -15,13 +14,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualization", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualization", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -52,9 +45,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-point/package.json b/packages/vx-point/package.json index 9bdfb90a4..58e5806b7 100644 --- a/packages/vx-point/package.json +++ b/packages/vx-point/package.json @@ -2,22 +2,16 @@ "name": "@vx/point", "version": "0.0.143", "description": "vx point", + "sideEffects": false, "main": "build/index.js", "repository": "https://github.com/hshoff/vx", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "keywords": [ - "vx", - "data", - "visualizations", - "charts" - ], + "keywords": ["vx", "data", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "devDependencies": { @@ -37,9 +31,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-responsive/package.json b/packages/vx-responsive/package.json index bac74c7b7..69acaf2ec 100644 --- a/packages/vx-responsive/package.json +++ b/packages/vx-responsive/package.json @@ -2,10 +2,9 @@ "name": "@vx/responsive", "version": "0.0.152", "description": "vx responsive svg", + "sideEffects": false, "main": "build/index.js", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", @@ -15,13 +14,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -52,9 +45,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-scale/package.json b/packages/vx-scale/package.json index 290c6fe43..3bb3169ce 100644 --- a/packages/vx-scale/package.json +++ b/packages/vx-scale/package.json @@ -2,26 +2,19 @@ "name": "@vx/scale", "version": "0.0.152", "description": "vx scale", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -48,9 +41,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-shape/package.json b/packages/vx-shape/package.json index 443cc3235..c68e6e143 100644 --- a/packages/vx-shape/package.json +++ b/packages/vx-shape/package.json @@ -2,23 +2,16 @@ "name": "@vx/shape", "version": "0.0.147", "description": "vx shape", + "sideEffects": false, "main": "build/index.js", "repository": "https://github.com/hshoff/vx", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "dependencies": { @@ -51,9 +44,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-stats/package.json b/packages/vx-stats/package.json index f4d47b3ad..80112fd60 100644 --- a/packages/vx-stats/package.json +++ b/packages/vx-stats/package.json @@ -2,6 +2,7 @@ "name": "@vx/stats", "version": "0.0.152", "description": "vx stats box violin", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", @@ -12,13 +13,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@conglei", "license": "MIT", "bugs": { @@ -51,9 +46,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-text/package.json b/packages/vx-text/package.json index dae078d5e..a3c45e364 100644 --- a/packages/vx-text/package.json +++ b/packages/vx-text/package.json @@ -2,10 +2,9 @@ "name": "@vx/text", "version": "0.0.152", "description": "vx text", + "sideEffects": false, "main": "build/index.js", - "files": [ - "build" - ], + "files": ["build"], "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", @@ -15,13 +14,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualization", - "chart" - ], + "keywords": ["vx", "react", "d3", "visualization", "chart"], "author": "@techniq", "license": "MIT", "bugs": { @@ -53,9 +46,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-tooltip/package.json b/packages/vx-tooltip/package.json index 8c4660ee7..d987c5cea 100644 --- a/packages/vx-tooltip/package.json +++ b/packages/vx-tooltip/package.json @@ -2,6 +2,7 @@ "name": "@vx/tooltip", "version": "0.0.148", "description": "vx tooltip", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", @@ -12,13 +13,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -50,9 +45,6 @@ "access": "public" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-voronoi/package.json b/packages/vx-voronoi/package.json index c67eee28c..1ca3e7f77 100644 --- a/packages/vx-voronoi/package.json +++ b/packages/vx-voronoi/package.json @@ -2,26 +2,19 @@ "name": "@vx/voronoi", "version": "0.0.143", "description": "vx voronoi", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "Chris Williams @williaster", "license": "MIT", "bugs": { @@ -53,9 +46,6 @@ "react": "^15.0.0-0 || ^16.0.0-0" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-vx/package.json b/packages/vx-vx/package.json index 81e87ebb1..2fee64a5e 100644 --- a/packages/vx-vx/package.json +++ b/packages/vx-vx/package.json @@ -2,6 +2,7 @@ "name": "@vx/vx", "version": "0.0.152", "description": "One stop install for all vx packages", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", @@ -12,13 +13,7 @@ "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -76,9 +71,6 @@ "@vx/zoom": "0.0.143" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } } diff --git a/packages/vx-zoom/package.json b/packages/vx-zoom/package.json index 06b54ee1c..148b31d92 100644 --- a/packages/vx-zoom/package.json +++ b/packages/vx-zoom/package.json @@ -2,26 +2,19 @@ "name": "@vx/zoom", "version": "0.0.143", "description": "vx zoom", + "sideEffects": false, "main": "build/index.js", "scripts": { "build": "make build SRC=./src", "prepublish": "make build SRC=./src", "test": "jest" }, - "files": [ - "build" - ], + "files": ["build"], "repository": { "type": "git", "url": "git+https://github.com/hshoff/vx.git" }, - "keywords": [ - "vx", - "react", - "d3", - "visualizations", - "charts" - ], + "keywords": ["vx", "react", "d3", "visualizations", "charts"], "author": "@hshoff", "license": "MIT", "bugs": { @@ -45,9 +38,6 @@ "regenerator-runtime": "^0.10.5" }, "jest": { - "setupFiles": [ - "raf/polyfill", - "/test/enzyme-setup.js" - ] + "setupFiles": ["raf/polyfill", "/test/enzyme-setup.js"] } }