Skip to content
This repository was archived by the owner on Mar 17, 2020. It is now read-only.

Commit a345379

Browse files
committed
update package.json with automated editor formatting
1 parent 6ebf317 commit a345379

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

package.json

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,15 @@
22
"name": "d3-tip",
33
"version": "0.9.0",
44
"description": "Tooltips for d3 svg visualizations",
5-
"keywords": [
6-
"d3",
7-
"tooltip"
8-
],
5+
"keywords": ["d3", "tooltip"],
96
"homepage": "https://github.com/Caged/d3-tip",
107
"bugs": {
118
"url": "https://github.com/Caged/d3-tip/issues"
129
},
13-
"files": [
14-
"dist/",
15-
"index.js"
16-
],
10+
"files": ["dist/", "index.js"],
1711
"license": "MIT",
18-
"author": "Justin Palmer <[email protected]> (http://labratrevenge.com/d3-tip)",
12+
"author":
13+
"Justin Palmer <[email protected]> (http://labratrevenge.com/d3-tip)",
1914
"main": "dist/index.js",
2015
"module": "index.js",
2116
"jsnext:main": "index.js",
@@ -28,7 +23,8 @@
2823
"url": "https://github.com/Caged/d3-tip"
2924
},
3025
"scripts": {
31-
"circle:lint": "npm run -s lint --ignore-path .gitignore -- --max-warnings 0 -f junit -o $CIRCLE_TEST_REPORTS/eslint/junit.xml",
26+
"circle:lint":
27+
"npm run -s lint --ignore-path .gitignore -- --max-warnings 0 -f junit -o $CIRCLE_TEST_REPORTS/eslint/junit.xml",
3228
"lint": "eslint . --ignore-path .gitignore",
3329
"test": "echo \"Error: no test specified\" && exit 1",
3430
"server": "python3 -m http.server",

0 commit comments

Comments
 (0)