Skip to content

Commit a3e0c5b

Browse files
committed
Update the package.json
1 parent a7676cd commit a3e0c5b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
{
2-
"name": "plotly.js",
2+
"name": "plotly.js-with-locales",
33
"version": "1.31.2",
4-
"description": "The open source javascript graphing library that powers plotly",
4+
"description": "Plotly.js with french translations",
55
"license": "MIT",
66
"main": "./lib/index.js",
77
"webpack": "./dist/plotly.js",
88
"repository": {
99
"type": "git",
10-
"url": "https://github.com/plotly/plotly.js.git"
10+
"url": "https://github.com/florianleger/plotly.js.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/plotly/plotly.js/issues"
13+
"url": "https://github.com/florianleger/plotly.js/issues"
1414
},
1515
"author": "Plotly, Inc.",
1616
"keywords": [
1717
"graphing",
1818
"plotting",
1919
"data",
2020
"visualization",
21-
"plotly"
21+
"plotly",
22+
"french"
2223
],
2324
"scripts": {
2425
"preprocess": "node tasks/preprocess.js",

0 commit comments

Comments
 (0)