Comparing version 1.0.1 to 1.0.2
{ | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"name": "libtess", | ||
@@ -4,0 +4,0 @@ "description": "Polygon tesselation library, ported from OpenGL Utility Library (GLU).", |
@@ -45,3 +45,3 @@ /** | ||
*/ | ||
if (module !== undefined) | ||
if (typeof module !== 'undefined') | ||
module.exports = libtess; | ||
@@ -48,0 +48,0 @@ |
Sorry, the diff of this file is too big to display
407104