icapps-translations
Advanced tools
Comparing version 0.0.13 to 0.0.14
@@ -27,3 +27,3 @@ 'use strict'; | ||
value: function parse(obj) { | ||
if (this.type === 'json ') { | ||
if (this.type === 'json') { | ||
return this.parseJSON(obj); | ||
@@ -30,0 +30,0 @@ } else if (this.type === 'plist') { |
{ | ||
"name": "icapps-translations", | ||
"version": "0.0.13", | ||
"version": "0.0.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "author": "Robin Houdmeyers <houdmeyers@gmail.com>", |
@@ -9,3 +9,3 @@ import plist from 'plist'; | ||
parse(obj) { | ||
if (this.type === 'json ') { | ||
if (this.type === 'json') { | ||
return this.parseJSON(obj); | ||
@@ -12,0 +12,0 @@ } else if (this.type === 'plist') { |
44333