Skip to content

Commit

Permalink
fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrh committed Nov 6, 2013
1 parent 915ea01 commit d04b29c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/Transformer.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ var jsonTransformer = {
var output = EOL +
'{' + EOL +
newValues + EOL
+ '};';
+ '}';

return output;
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"name": "localize-with-spreadsheet",
"description": "Create a localization file in Android or iOS format from a Google Spreadsheet",
"version": "0.2.0",
"version": "0.2.1",
"homepage": "https://github.com/xavierha/localize-with-spreadsheet",
"repository": {
"type": "git",
Expand Down

0 comments on commit d04b29c

Please sign in to comment.