Skip to content

Commit d4d9848

Browse files
committed
Update dependencies
1 parent 56912b5 commit d4d9848

File tree

5 files changed

+1927
-1952
lines changed

5 files changed

+1927
-1952
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ node_js:
88
- '12'
99
- '13'
1010
- '14'
11+
- '15'
1112

1213
script:
1314
- echo "skipping tests"

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# base64 <-> Uint8Array <-> ArrayBuffer
2-
[![Build Status](https://travis-ci.org/PropreCity/base64-u8array-arraybuffer.svg)](https://travis-ci.org/PropreCity/base64-u8array-arraybuffer)
2+
[![Build Status](https://travis-ci.org/MrPropre/base64-u8array-arraybuffer.svg)](https://travis-ci.org/MrPropre/base64-u8array-arraybuffer)
33
[![npm version](https://badge.fury.io/js/base64-u8array-arraybuffer.svg)](https://www.npmjs.com/package/base64-u8array-arraybuffer)
4-
[![Coverage Status](https://coveralls.io/repos/github/PropreCity/base64-u8array-arraybuffer/badge.svg?branch=master)](https://coveralls.io/github/PropreCity/base64-u8array-arraybuffer?branch=master)
4+
[![Coverage Status](https://coveralls.io/repos/github/MrPropre/base64-u8array-arraybuffer/badge.svg?branch=master)](https://coveralls.io/github/MrPropre/base64-u8array-arraybuffer?branch=master)
55

66
📦 A simple, lightweight, and efficient JavaScript library to manage encoding and decoding between base64 data, Uint8Arrays, and ArrayBuffers. This library perfectly works with Node.js and the browser.
77

@@ -19,7 +19,7 @@
1919

2020
The easiest way to use base64-u8array-arraybuffer is to include the library from a CDN:
2121
```html
22-
<script src="https://cdn.jsdelivr.net/npm/[email protected].2/dist/base64-u8array-arraybuffer.min.js"></script>
22+
<script src="https://cdn.jsdelivr.net/npm/[email protected].3/dist/base64-u8array-arraybuffer.min.js"></script>
2323
```
2424

2525
Then, in your JavaScript code:

0 commit comments

Comments
 (0)