v1.2.1
This commit is contained in:
parent
aedf7281e7
commit
19e0da6568
|
@ -4,7 +4,7 @@
|
||||||
"description": "btoa for Node.JS (it's a one-liner)",
|
"description": "btoa for Node.JS (it's a one-liner)",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://git.coolaj86.com/coolaj86/btoa.js.git",
|
"url": "git://git.coolaj86.com/coolaj86/btoa.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"btoa",
|
"btoa",
|
||||||
|
@ -19,5 +19,5 @@
|
||||||
},
|
},
|
||||||
"main": "index",
|
"main": "index",
|
||||||
"license": "(MIT OR Apache-2.0)",
|
"license": "(MIT OR Apache-2.0)",
|
||||||
"version": "1.2.0"
|
"version": "1.2.1"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue