Skip to content

Commit 0802590

Browse files
add author and repo fields in package.json
1 parent ad34557 commit 0802590

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

package.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ternary-plot",
33
"version": "1.0.0",
4-
"description": "web component of a ternary plot.",
4+
"description": "web component to implement a ternary plot.",
55
"main": "dist/ternary-plot.cjs.js",
66
"module": "dist/ternary-plot.esm.js",
77
"browser": "dist/ternary-plot.umd.js",
@@ -14,11 +14,19 @@
1414
"keywords": [
1515
"ternary",
1616
"plot",
17-
"web",
17+
"chart",
18+
"webcomponent",
1819
"component"
1920
],
20-
"author": "",
21+
"author": {
22+
"name": "Riccardo Scalco",
23+
"email": "[email protected]",
24+
"url": "http://riccardoscalco.github.io/"
25+
},
2126
"license": "MIT",
27+
"repository": "nextbitlabs/ternary-plot",
28+
"homepage": "https://github.com/nextbitlabs/ternary-plot/",
29+
"bugs": "https://github.com/nextbitlabs/ternary-plot/issues",
2230
"devDependencies": {
2331
"hybrids": "^4.0.2",
2432
"rollup": "^1.14.3",

0 commit comments

Comments
 (0)