Comparing version 1.0.5 to 1.0.6
{ | ||
"name": "b2a", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "btoa and atob (ie base64 encoding and decoding) support for node.js or old browsers, with the Unicode Problems fixed", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -20,3 +20,3 @@ [![Build Status](https://travis-ci.org/kaelzhang/b2a.svg?branch=master)](https://travis-ci.org/kaelzhang/b2a) | ||
This module will try to reuse `window.atob` and `window.btoa` if possible. | ||
This module will try to reuse `window.atob` and `window.btoa` when possible. | ||
@@ -23,0 +23,0 @@ ## Install |
6029