We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 868142c commit 1702200Copy full SHA for 1702200
package.json
@@ -1,13 +1,15 @@
1
{
2
"name": "Base64",
3
- "version": "0.2.0",
+ "version": "0.2.1",
4
"description": "Base64 encoding and decoding",
5
"author": "David Chambers <[email protected]>",
6
"main": "./base64.js",
7
- "licenses": [{
8
- "type": "WTFPL",
9
- "url": "https://raw.github.com/davidchambers/Base64.js/master/LICENSE"
10
- }],
+ "licenses": [
+ {
+ "type": "WTFPL",
+ "url": "https://raw.github.com/davidchambers/Base64.js/master/LICENSE"
11
+ }
12
+ ],
13
"repository": {
14
"type": "git",
15
"url": "git://github.com/davidchambers/Base64.js.git"
0 commit comments