This commit is contained in:
AJ ONeal 2018-03-27 22:53:48 -06:00
parent aedf7281e7
commit 19e0da6568
1 changed files with 2 additions and 2 deletions

View File

@ -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"
} }