This repository was archived by the owner on Mar 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments