File tree 3 files changed +16
-6
lines changed
3 files changed +16
-6
lines changed Original file line number Diff line number Diff line change
1
+ build /*
2
+ ! build /README.md
3
+
4
+ devtools
5
+ test
6
+ dist /extras /mathjax
7
+
8
+ circle.yml
Original file line number Diff line number Diff line change @@ -81,8 +81,8 @@ Open-source clients to the plotly.js APIs are available at these links:
81
81
|**R / RStudio**| [ropensci/plotly](https://github.com/ropensci/plotly) | [plot.ly/r/getting-started](https://plot.ly/r/getting-started) |
82
82
|**Python / Pandas / IPython notebook**| [plotly/plotly.py](https://github.com/plotly/plotly.py) | [plot.ly/python/getting-started](https://plot.ly/python/getting-started) |
83
83
|**MATLAB**| [plotly/matlab-api](https://github.com/plotly/matlab-api) | [plot.ly/matlab/getting-started](https://plot.ly/matlab/getting-started) |
84
- |**node.js**| [plotly/plotly-nodejs](https://github.com/plotly/plotly-nodejs) | [plot.ly/nodejs/getting-started/ ](https://plot.ly/nodejs/getting-started) |
85
- |**Julia**| [plotly/Plotly.jl](https://github.com/plotly/Plotly.jl) | [plot.ly/julia/getting-started/ ](https://plot.ly/julia/getting-started) |
84
+ |**node.js**| [plotly/plotly-nodejs](https://github.com/plotly/plotly-nodejs) | [plot.ly/nodejs/getting-started](https://plot.ly/nodejs/getting-started) |
85
+ |**Julia**| [plotly/Plotly.jl](https://github.com/plotly/Plotly.jl) | [plot.ly/julia/getting-started](https://plot.ly/julia/getting-started) |
86
86
87
87
plotly.js charts can also be created and saved online for free at [plot.ly/plot](https://plot.ly/plot).
88
88
@@ -101,6 +101,6 @@ plotly.js charts can also be created and saved online for free at [plot.ly/plot]
101
101
102
102
Code and documentation copyright 2015 Plotly, Inc.
103
103
104
- Code released under [ the MIT license](https://github.com/plotly/plotly.js/blob/master/LICENSE).
104
+ Code released under the [ MIT license](https://github.com/plotly/plotly.js/blob/master/LICENSE).
105
105
106
- Docs released under [Creative Commons](https://github.com/plotly/documentation/blob/source/LICENSE).
106
+ Docs released under the [Creative Commons license ](https://github.com/plotly/documentation/blob/source/LICENSE).
Original file line number Diff line number Diff line change 11
11
"bugs" : {
12
12
"url" : " https://github.com/plotly/plotly.js/issues"
13
13
},
14
- "author" : " Plotly Inc." ,
14
+ "author" : " Plotly, Inc." ,
15
15
"keywords" : [
16
16
" graphing" ,
17
17
" plotting" ,
33
33
"test" : " npm run test-jasmine && npm test-image" ,
34
34
"start-test_dashboard" : " node devtools/test_dashboard/server.js" ,
35
35
"start-image_viewer" : " node devtools/image_viewer/server.js" ,
36
- "baseline" : " ./tasks/baseline.sh"
36
+ "baseline" : " ./tasks/baseline.sh" ,
37
+ "version" : " npm run build && git add -A dist" ,
38
+ "postversion" : " git push && git push --tags"
37
39
},
38
40
"dependencies" : {
39
41
"3d-view" : " ^2.0.0" ,
You can’t perform that action at this time.
0 commit comments