Skip to content

Commit

Permalink
new build 0.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarshall committed Aug 20, 2016
1 parent 146b43a commit 00dac33
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ docgen/*
docs/*
examples/*
external/*
fonts/*
playground/*
src/*
target/*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ and limitations under the License.
* author: Dan Marshall / Microsoft Corporation
* maintainers: Dan Marshall <[email protected]>
* homepage: https://github.com/Microsoft/maker.js
* version: 0.9.9
* version: 0.9.10
*
* browserify:
* license: MIT (http://opensource.org/licenses/MIT)
Expand Down Expand Up @@ -6860,6 +6860,6 @@ var MakerJs;
models.Text = Text;
})(models = MakerJs.models || (MakerJs.models = {}));
})(MakerJs || (MakerJs = {}));
MakerJs.version = "0.9.9";
MakerJs.version = "0.9.10";

},{"clone":2}]},{},[]);
Original file line number Diff line number Diff line change
Expand Up @@ -6665,5 +6665,5 @@ var MakerJs;
models.Text = Text;
})(models = MakerJs.models || (MakerJs.models = {}));
})(MakerJs || (MakerJs = {}));
MakerJs.version = "0.9.9";
MakerJs.version = "0.9.10";
var Bezier = require('bezier-js');
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6665,5 +6665,5 @@ var MakerJs;
models.Text = Text;
})(models = MakerJs.models || (MakerJs.models = {}));
})(MakerJs || (MakerJs = {}));
MakerJs.version = "0.9.9";
MakerJs.version = "0.9.10";
var Bezier = require('bezier-js');
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "makerjs",
"version": "0.9.9",
"version": "0.9.10",
"description": "Maker.js, a Microsoft Garage project, is a JavaScript library for creating and sharing modular line drawings for CNC and laser cutters.",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions target/js/browser.maker.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ and limitations under the License.
* author: Dan Marshall / Microsoft Corporation
* maintainers: Dan Marshall <[email protected]>
* homepage: https://github.com/Microsoft/maker.js
* version: 0.9.9
* version: 0.9.10
*
* browserify:
* license: MIT (http://opensource.org/licenses/MIT)
Expand Down Expand Up @@ -6860,6 +6860,6 @@ var MakerJs;
models.Text = Text;
})(models = MakerJs.models || (MakerJs.models = {}));
})(MakerJs || (MakerJs = {}));
MakerJs.version = "0.9.9";
MakerJs.version = "0.9.10";

},{"clone":2}]},{},[]);
2 changes: 1 addition & 1 deletion target/js/node.maker.js
Original file line number Diff line number Diff line change
Expand Up @@ -6665,5 +6665,5 @@ var MakerJs;
models.Text = Text;
})(models = MakerJs.models || (MakerJs.models = {}));
})(MakerJs || (MakerJs = {}));
MakerJs.version = "0.9.9";
MakerJs.version = "0.9.10";
var Bezier = require('bezier-js');

0 comments on commit 00dac33

Please sign in to comment.