Skip to content

Commit b31938a

Browse files
committed
init commit
1 parent 6b4143a commit b31938a

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ import PlotlyChart from 'PlotlyChart';
1313

1414
...
1515

16-
17-
1816
render(){
1917

2018
const data = [

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,20 @@
44
"description": "Typescript-React component for Plotly.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7-
"author": "caitengjiao1987@gmail.com",
8-
"license": "MIT",
97
"scripts": {
108
"build": "tsc"
119
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/davidctj/react-plotlyjs-ts.git"
13+
},
14+
"keywords": [
15+
"react",
16+
"typescript",
17+
"plotly"
18+
],
19+
"author": "caitengjiao1987@gmail.com",
20+
"license": "MIT",
1221
"dependencies": {
1322
"lodash": "^4.17.4",
1423
"plotly.js": "^1.30.0",

0 commit comments

Comments
 (0)