Skip to content

Commit c66aa77

Browse files
committed
Update package.json & bump version
1 parent 47d9a52 commit c66aa77

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
{
22
"name": "htmldump",
3-
"version": "0.0.0",
3+
"version": "0.1.0",
44
"description": "Parsoid HTML dump utility",
5-
"main": "htmldump.js",
65
"scripts": {
76
"test": "echo \"Error: no test specified\" && exit 1"
87
},
8+
"bin": {
9+
"dump_restbase": "./bin/dump_restbase",
10+
"dump_wiki": "./bin/dump_wiki"
11+
},
912
"repository": {
1013
"type": "git",
11-
"url": "github.com/gwicke/htmldumper"
14+
"url": "github.com/wikimedia/htmldumper"
1215
},
1316
"author": "Gabriel Wicke <gwicke@wikimedia.org>",
14-
"license": "GPLv3",
17+
"license": "Apache2",
1518
"bugs": {
16-
"url": "https://github.com/gwicke/htmldumper/issues"
19+
"url": "https://github.com/wikimedia/htmldumper/issues"
1720
},
1821
"dependencies": {
1922
"bluebird": "~2.3.11",

0 commit comments

Comments
 (0)