Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zunawe committed Jun 17, 2018
1 parent 2740324 commit e07289b
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/BezierCurve.html
Expand Up @@ -590,7 +590,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BezierCur
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Jun 17 2018 14:11:31 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Jun 17 2018 14:11:53 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/BezierSpline.html
Expand Up @@ -403,7 +403,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BezierCur
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Jun 17 2018 14:11:31 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Jun 17 2018 14:11:53 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/curve.js.html
Expand Up @@ -218,7 +218,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BezierCur
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Jun 17 2018 14:11:31 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Jun 17 2018 14:11:53 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Expand Up @@ -26,7 +26,7 @@ <h1 class="page-title">Home</h1>



<h3>bezier-spline 1.0.0</h3>
<h3>bezier-spline 1.0.1</h3>



Expand Down Expand Up @@ -97,7 +97,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BezierCur
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Jun 17 2018 14:11:31 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Jun 17 2018 14:11:53 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion docs/index.js.html
Expand Up @@ -105,7 +105,7 @@ <h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="BezierCur
<br class="clear">

<footer>
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Jun 17 2018 14:11:31 GMT-0600 (MDT)
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Sun Jun 17 2018 14:11:53 GMT-0600 (MDT)
</footer>

<script> prettyPrint(); </script>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions package.json
@@ -1,8 +1,14 @@
{
"name": "bezier-spline",
"version": "1.0.0",
"version": "1.0.1",
"description": "Creates splines using Bezier curves over an arbitrary number of dimensions.",
"keywords": ["spline", "bezier", "graphics", "path", "curve"],
"keywords": [
"spline",
"bezier",
"graphics",
"path",
"curve"
],
"main": "src/index.js",
"files": [
"src/*"
Expand Down

0 comments on commit e07289b

Please sign in to comment.