Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 89a0bb7

Browse files
committed
Adding missing properties into package.json
1 parent 638ac43 commit 89a0bb7

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,22 @@
1010
"test": "ng test"
1111
},
1212
"homepage": "https://github.com/plotly/angular-plotly.js",
13-
"bugs": {"url": "https://github.com/plotly/angular-plotly.js/issues"},
13+
"bugs": {
14+
"url": "https://github.com/plotly/angular-plotly.js/issues"
15+
},
16+
"repository":{
17+
"type": "git",
18+
"url": "https://github.com/plotly/angular-plotly.js"
19+
},
20+
"author": {
21+
"name": "Plotly team",
22+
"url": "http://plot.ly",
23+
"email": "[email protected]"
24+
},
25+
"contributors": [
26+
"André Farzat <[email protected]> (http://andrefarzat.com)",
27+
"Ben <[email protected]> (http://plot.ly)"
28+
],
1429
"keywords": [
1530
"angular",
1631
"plotly",

0 commit comments

Comments
 (0)