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

Commit

Permalink
update package.json with automated editor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
caged committed May 1, 2018
1 parent 6ebf317 commit a345379
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions package.json
Expand Up @@ -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 <justin@labratrevenge.com> (http://labratrevenge.com/d3-tip)",
"author":
"Justin Palmer <justin@labratrevenge.com> (http://labratrevenge.com/d3-tip)",
"main": "dist/index.js",
"module": "index.js",
"jsnext:main": "index.js",
Expand All @@ -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",
Expand Down

0 comments on commit a345379

Please sign in to comment.