Skip to content

Commit 8dbcf9f

Browse files
committed
update contributors and add main field in package.json
1 parent 6b68088 commit 8dbcf9f

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

+10-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "The premier javascript graphing library",
55
"license": "MIT",
6+
"main": "./src/plotly.js",
67
"repository": {
78
"type": "git",
89
"url": "https://github.com/plotly/plotly.js.git"
@@ -14,11 +15,18 @@
1415
"contributors": [
1516
{
1617
"name": "Alex Johnson",
17-
"email": "[email protected]"
18+
"email": "[email protected]",
19+
"url": "http://environment.harvard.edu/about/fellows/alex-johnson"
20+
},
21+
{
22+
"name": "Mikola Lysenko",
23+
"email": "[email protected]",
24+
"url": "http://0fps.net"
1825
},
1926
{
2027
"name": "Étienne Tétreault-Pinard",
21-
"email": "[email protected]"
28+
"email": "[email protected]",
29+
"url": "https://github.com/etpinard"
2230
},
2331
{
2432
"name": "Ben Postlethwaite",

0 commit comments

Comments
 (0)