diff --git a/.npmignore b/.npmignore new file mode 100644 index 00000000000..2d733a31b13 --- /dev/null +++ b/.npmignore @@ -0,0 +1,8 @@ +build/* +!build/README.md + +devtools +test +dist/extras/mathjax + +circle.yml diff --git a/README.md b/README.md index 9ab6311bd90..889fdb4e7b8 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,8 @@ Open-source clients to the plotly.js APIs are available at these links: |**R / RStudio**| [ropensci/plotly](https://github.com/ropensci/plotly) | [plot.ly/r/getting-started](https://plot.ly/r/getting-started) | |**Python / Pandas / IPython notebook**| [plotly/plotly.py](https://github.com/plotly/plotly.py) | [plot.ly/python/getting-started](https://plot.ly/python/getting-started) | |**MATLAB**| [plotly/matlab-api](https://github.com/plotly/matlab-api) | [plot.ly/matlab/getting-started](https://plot.ly/matlab/getting-started) | -|**node.js**| [plotly/plotly-nodejs](https://github.com/plotly/plotly-nodejs) | [plot.ly/nodejs/getting-started/](https://plot.ly/nodejs/getting-started) | -|**Julia**| [plotly/Plotly.jl](https://github.com/plotly/Plotly.jl) | [plot.ly/julia/getting-started/](https://plot.ly/julia/getting-started) | +|**node.js**| [plotly/plotly-nodejs](https://github.com/plotly/plotly-nodejs) | [plot.ly/nodejs/getting-started](https://plot.ly/nodejs/getting-started) | +|**Julia**| [plotly/Plotly.jl](https://github.com/plotly/Plotly.jl) | [plot.ly/julia/getting-started](https://plot.ly/julia/getting-started) | plotly.js charts can also be created and saved online for free at [plot.ly/plot](https://plot.ly/plot). @@ -94,6 +94,6 @@ plotly.js charts can also be created and saved online for free at [plot.ly/plot] Code and documentation copyright 2015 Plotly, Inc. -Code released under [the MIT license](https://github.com/plotly/plotly.js/blob/master/LICENSE). +Code released under the [MIT license](https://github.com/plotly/plotly.js/blob/master/LICENSE). -Docs released under [Creative Commons](https://github.com/plotly/documentation/blob/source/LICENSE). +Docs released under the [Creative Commons license](https://github.com/plotly/documentation/blob/source/LICENSE). diff --git a/package.json b/package.json index aa4c22dc43d..7a64a412fe1 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "bugs": { "url": "https://github.com/plotly/plotly.js/issues" }, - "author": "Plotly Inc.", + "author": "Plotly, Inc.", "keywords": [ "graphing", "plotting", @@ -33,7 +33,9 @@ "test": "npm run test-jasmine && npm test-image", "start-test_dashboard": "node devtools/test_dashboard/server.js", "start-image_viewer": "node devtools/image_viewer/server.js", - "baseline": "./tasks/baseline.sh" + "baseline": "./tasks/baseline.sh", + "version": "npm run build && git add -A dist", + "postversion": "git push && git push --tags" }, "dependencies": { "3d-view": "^2.0.0",