Skip to content
This repository was archived by the owner on Sep 28, 2018. It is now read-only.

Commit a76664e

Browse files
Bump versions to v0.5.5
1 parent e06e1de commit a76664e

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

bower.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
22
"name": "text-encoding",
3-
"version": "0.5.4",
3+
"version": "0.5.5",
44
"homepage": "https://github.com/inexorabletash/text-encoding",
55
"authors": [
6-
"Joshua Bell <[email protected]>"
6+
"Joshua Bell <[email protected]>",
7+
"Rick Eyre <[email protected]>",
8+
"Eugen Podaru <[email protected]>",
9+
"Filip Dupanović <[email protected]>",
10+
"Anne van Kesteren <[email protected]>",
11+
"Author: Francis Avila <[email protected]>",
12+
"Michael J. Ryan <[email protected]>",
13+
"Pierre Queinnec <[email protected]>",
14+
"Zack Weinberg <[email protected]>"
715
],
816
"description": "Polyfill for the Encoding Living Standard's API",
917
"main": [ "lib/encoding.js", "lib/encoding-indexes.js" ],

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22
"name": "text-encoding",
33
"author": "Joshua Bell <[email protected]>",
44
"contributors": [
5-
"Rick Eyre <[email protected]>"
5+
"Joshua Bell <[email protected]>",
6+
"Rick Eyre <[email protected]>",
7+
"Eugen Podaru <[email protected]>",
8+
"Filip Dupanović <[email protected]>",
9+
"Anne van Kesteren <[email protected]>",
10+
"Author: Francis Avila <[email protected]>",
11+
"Michael J. Ryan <[email protected]>",
12+
"Pierre Queinnec <[email protected]>",
13+
"Zack Weinberg <[email protected]>"
614
],
7-
"version": "0.5.4",
15+
"version": "0.5.5",
816
"description": "Polyfill for the Encoding Living Standard's API.",
917
"main": "index.js",
1018
"files": [

0 commit comments

Comments
 (0)