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

Skip to content

Commit 9ea7dc6

Browse files
committed
version 3.0.0-rc1
1 parent bdc1e5b commit 9ea7dc6

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

projects/plotly/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
2-
"name": "plotly",
3-
"version": "0.0.1",
2+
"name": "angular-plotly.js",
3+
"version": "3.0.0-rc1",
44
"peerDependencies": {
55
"@angular/common": "^10.0.9",
66
"@angular/core": "^10.0.9"
77
},
8+
"devDependencies": {
9+
"plotly.js-dist": "^1.54.7"
10+
},
811
"dependencies": {
912
"tslib": "^2.0.0"
1013
}
11-
}
14+
}

0 commit comments

Comments
 (0)