Comparing version 0.2.0 to 0.2.1
@@ -9,1 +9,5 @@ ## 0.1.0 (3/7/2014) | ||
+ Enhanced the output to be portable across future versions of Krypt | ||
## 0.2.1 (3/7/2014) | ||
+ Fixed module export |
@@ -15,2 +15,5 @@ #!/usr/bin/env node | ||
module.exports = krypt; | ||
/** | ||
@@ -110,4 +113,2 @@ * CLI | ||
main(); | ||
} else { | ||
return krypt; | ||
} |
{ | ||
"name": "krypt", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Simple, secure symmetric encryption utility for Node.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
11247
251