Comparing version 0.0.2 to 0.0.3
@@ -17,5 +17,11 @@ (function() { | ||
root.mono = new Query; | ||
if( typeof module !== "undefined" && module.exports ) { | ||
module.exports = new Query; | ||
} | ||
else { | ||
root.mono = new Query; | ||
} | ||
/** | ||
@@ -22,0 +28,0 @@ * Creates a select statement using properties defined before calling method |
{ | ||
"name": "monologue", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Steamlined MySQL query building", | ||
@@ -5,0 +5,0 @@ "main": "./monologue.js", |
Sorry, the diff of this file is not supported yet
235
16011