From a345379690e5b647a0f9fa1bcd697deff240a9d8 Mon Sep 17 00:00:00 2001 From: Caged Date: Tue, 1 May 2018 09:31:49 -0700 Subject: [PATCH] update package.json with automated editor formatting --- package.json | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 6a02c1c..a80a364 100644 --- a/package.json +++ b/package.json @@ -2,20 +2,15 @@ "name": "d3-tip", "version": "0.9.0", "description": "Tooltips for d3 svg visualizations", - "keywords": [ - "d3", - "tooltip" - ], + "keywords": ["d3", "tooltip"], "homepage": "https://github.com/Caged/d3-tip", "bugs": { "url": "https://github.com/Caged/d3-tip/issues" }, - "files": [ - "dist/", - "index.js" - ], + "files": ["dist/", "index.js"], "license": "MIT", - "author": "Justin Palmer (http://labratrevenge.com/d3-tip)", + "author": + "Justin Palmer (http://labratrevenge.com/d3-tip)", "main": "dist/index.js", "module": "index.js", "jsnext:main": "index.js", @@ -28,7 +23,8 @@ "url": "https://github.com/Caged/d3-tip" }, "scripts": { - "circle:lint": "npm run -s lint --ignore-path .gitignore -- --max-warnings 0 -f junit -o $CIRCLE_TEST_REPORTS/eslint/junit.xml", + "circle:lint": + "npm run -s lint --ignore-path .gitignore -- --max-warnings 0 -f junit -o $CIRCLE_TEST_REPORTS/eslint/junit.xml", "lint": "eslint . --ignore-path .gitignore", "test": "echo \"Error: no test specified\" && exit 1", "server": "python3 -m http.server",