Skip to content

Commit

Permalink
Minify v0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Quirin Stiegler committed Jan 17, 2017
1 parent 8384e69 commit 3a2402f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maketext.js",
"version": "0.1.4",
"version": "0.1.5",
"main": "dist/maketext.min.js",
"authors": [
"Matthias Dietrich <[email protected]>",
Expand Down
7 changes: 4 additions & 3 deletions dist/maketext.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! maketext.js - v0.1.4 - 2014-10-23
/*! maketext.js - v0.1.5 - 2017-01-17
* https://github.com/paymill/maketext.js
* GPL licensed; Copyright (c) 2014 PAYMILL GmbH (Matthias Dietrich) / Coma-systems Co. Ltd. */
* GPL licensed; Copyright (c) 2017 PAYMILL GmbH (Matthias Dietrich) / Coma-systems Co. Ltd. */
'use strict';

/**
Expand Down Expand Up @@ -370,7 +370,8 @@ maketext.Handle.prototype = {
return eval("0, function(){ return " + ctx.val.compile() + "; }");
}
};
;'use strict';

module.exports = maketext;;'use strict';

function Lit(str) {
this.str = String(str);
Expand Down
6 changes: 3 additions & 3 deletions dist/maketext.min.js

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

0 comments on commit 3a2402f

Please sign in to comment.