v2.1.4
This commit is contained in:
parent
8b84926984
commit
c54fef010f
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "unibabel",
|
"name": "unibabel",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"version": "2.1.3",
|
"version": "2.1.4",
|
||||||
"homepage": "https://github.com/coolaj86/unibabel-js",
|
"homepage": "https://github.com/coolaj86/unibabel-js",
|
||||||
"authors": [
|
"authors": [
|
||||||
"AJ ONeal <awesome@coolaj86.com>"
|
"AJ ONeal <awesome@coolaj86.com>"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "unibabel",
|
"name": "unibabel",
|
||||||
"version": "2.1.3",
|
"version": "2.1.4",
|
||||||
"description": "Base64, TypedArrays, and UTF-8 / Unicode conversions in Browser (and Node) JavaScript",
|
"description": "Base64, TypedArrays, and UTF-8 / Unicode conversions in Browser (and Node) JavaScript",
|
||||||
"main": "node.js",
|
"main": "node.js",
|
||||||
"browser": {
|
"browser": {
|
||||||
|
|
Loading…
Reference in New Issue