cwise-parser
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -28,4 +28,4 @@ "use strict" | ||
return identifier in window | ||
} else if(typeof GLOBAL !== "undefined") { | ||
return identifier in GLOBAL | ||
} else if(typeof global !== "undefined") { | ||
return identifier in global | ||
} else if(typeof self !== "undefined") { | ||
@@ -32,0 +32,0 @@ return identifier in self |
{ | ||
"name": "cwise-parser", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Parser for cwise", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -0,0 +0,0 @@ cwise-parser |
@@ -0,0 +0,0 @@ "use strict" |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
8074