Skip to content

Commit 054378f

Browse files
committed
Normalize package.json.
Fix version info, add missing properties.
1 parent f12e28d commit 054378f

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

package.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
11
{
22
"name": "filesaver.js",
3-
"version": "2013.1.23",
3+
"version": "2013.1.24",
44
"description": "A saveAs() FileSaver implementation",
5+
"author": "Eli Grey",
6+
"license": "MIT/X11",
57
"main": "FileSaver.js",
6-
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
8-
},
98
"repository": {
109
"type": "git",
1110
"url": "https://github.com/eligrey/FileSaver.js.git"
1211
},
12+
"bugs": {
13+
"url": "https://github.com/eligrey/FileSaver.js/issues"
14+
},
15+
"homepage": "https://github.com/eligrey/FileSaver.js",
1316
"keywords": [
1417
"filesaver",
1518
"saveas",
1619
"blob"
17-
],
18-
"author": "Eli Grey",
19-
"license": "MIT/X11",
20-
"bugs": {
21-
"url": "https://github.com/eligrey/FileSaver.js/issues"
22-
}
20+
]
2321
}

0 commit comments

Comments
 (0)