Skip to content

Commit 1702200

Browse files
0.2.1
1 parent 868142c commit 1702200

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

package.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
22
"name": "Base64",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Base64 encoding and decoding",
55
"author": "David Chambers <[email protected]>",
66
"main": "./base64.js",
7-
"licenses": [{
8-
"type": "WTFPL",
9-
"url": "https://raw.github.com/davidchambers/Base64.js/master/LICENSE"
10-
}],
7+
"licenses": [
8+
{
9+
"type": "WTFPL",
10+
"url": "https://raw.github.com/davidchambers/Base64.js/master/LICENSE"
11+
}
12+
],
1113
"repository": {
1214
"type": "git",
1315
"url": "git://github.com/davidchambers/Base64.js.git"

0 commit comments

Comments
 (0)