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

Commit 5a49bff

Browse files
committed
autoformatting from npm reverts earlier editor changes
1 parent a345379 commit 5a49bff

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

package.json

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,20 @@
22
"name": "d3-tip",
33
"version": "0.9.0",
44
"description": "Tooltips for d3 svg visualizations",
5-
"keywords": ["d3", "tooltip"],
5+
"keywords": [
6+
"d3",
7+
"tooltip"
8+
],
69
"homepage": "https://github.com/Caged/d3-tip",
710
"bugs": {
811
"url": "https://github.com/Caged/d3-tip/issues"
912
},
10-
"files": ["dist/", "index.js"],
13+
"files": [
14+
"dist/",
15+
"index.js"
16+
],
1117
"license": "MIT",
12-
"author":
13-
"Justin Palmer <justin@labratrevenge.com> (http://labratrevenge.com/d3-tip)",
18+
"author": "Justin Palmer <justin@labratrevenge.com> (http://labratrevenge.com/d3-tip)",
1419
"main": "dist/index.js",
1520
"module": "index.js",
1621
"jsnext:main": "index.js",
@@ -23,8 +28,7 @@
2328
"url": "https://github.com/Caged/d3-tip"
2429
},
2530
"scripts": {
26-
"circle:lint":
27-
"npm run -s lint --ignore-path .gitignore -- --max-warnings 0 -f junit -o $CIRCLE_TEST_REPORTS/eslint/junit.xml",
31+
"circle:lint": "npm run -s lint --ignore-path .gitignore -- --max-warnings 0 -f junit -o $CIRCLE_TEST_REPORTS/eslint/junit.xml",
2832
"lint": "eslint . --ignore-path .gitignore",
2933
"test": "echo \"Error: no test specified\" && exit 1",
3034
"server": "python3 -m http.server",

0 commit comments

Comments
 (0)