Skip to content

Commit

Permalink
Actualizamos versiones
Browse files Browse the repository at this point in the history
  • Loading branch information
emilioplatzer committed Mar 28, 2017
1 parent 4568089 commit ed007d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions json4all.js
Expand Up @@ -132,9 +132,6 @@ json4all.replacer = function replacer(key, value){
}
return realValue;
}
if('toPostgres' in value){
return value['toPostgres']();
}
var typeName = constructorName(realValue);
if(json4all.directTypes[typeName]){
return value;
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "json4all",
"description": "JSON for all purposes and all environments",
"version": "0.3.1",
"version": "0.3.2",
"author": "Codenautas <codenautas@googlegroups.com>",
"repository": "codenautas/json4all",
"license": "MIT",
Expand Down

0 comments on commit ed007d2

Please sign in to comment.