Skip to content

Commit

Permalink
new build
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Marsch committed Apr 17, 2016
1 parent 50e0721 commit 4d6b1cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = function(grunt) {
banner: "var <%=pkg.name%> = (function() {\n",
footer: "\nreturn <%=pkg.name%>;\n\n"+
"}());\n\n"+
"if (typeof exports === 'object') { exports = <%=pkg.name%>; }\n"
"if (typeof module === 'object') { module.exports = <%=pkg.name%>; }\n"
},

src: [
Expand Down
2 changes: 1 addition & 1 deletion dist/Triangulate.js
Original file line number Diff line number Diff line change
Expand Up @@ -1424,4 +1424,4 @@ return Triangulate;

}());

if (typeof exports === 'object') { exports = Triangulate; }
if (typeof module === 'object') { module.exports = Triangulate; }

0 comments on commit 4d6b1cd

Please sign in to comment.