Comparing version 0.0.0 to 0.0.1
@@ -18,3 +18,3 @@ /** | ||
// Try to make it a comman string | ||
// Try to make it a common string | ||
for (var key in common_strings) { | ||
@@ -21,0 +21,0 @@ if (s === key) return common_strings[key]; |
@@ -5,3 +5,3 @@ { | ||
"description": "Easily and automatically cast common datatypes in JavaScript", | ||
"version": "0.0.0", | ||
"version": "0.0.1", | ||
"repository": { | ||
@@ -19,3 +19,4 @@ "type": "git", | ||
"node": "*" | ||
} | ||
}, | ||
"keywords": [ "auto", "cast", "typecast", "convert" ] | ||
} |
@@ -9,3 +9,3 @@ autocast | ||
Install locally to use as a madule | ||
Install locally to use as a module | ||
@@ -12,0 +12,0 @@ npm install autocast |
2312