react-i18nliner
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -98,3 +98,3 @@ var React = require('react'); | ||
interpolatePlaceholders(string) { | ||
var token; | ||
var token, child; | ||
var tokens = string.split(PLACEHOLDER_PATTERN); | ||
@@ -101,0 +101,0 @@ var children = []; |
@@ -98,3 +98,3 @@ var React = require('react'); | ||
interpolatePlaceholders:function(string) { | ||
var token; | ||
var token, child; | ||
var tokens = string.split(PLACEHOLDER_PATTERN); | ||
@@ -101,0 +101,0 @@ var children = []; |
{ | ||
"name": "react-i18nliner", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "i18n made simple", | ||
@@ -5,0 +5,0 @@ "main": "main.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
180508