Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Commit 95ee908

Browse files
committed
Cleaned up dependencies; added repo link
1 parent c0acd1a commit 95ee908

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "html2hyperscript",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Convert legacy HTML to Hyperscript (https://github.com/dominictarr/hyperscript)",
5+
"repository": {
6+
"type": "git",
7+
"url": "https://github.com/unframework/html2hyperscript.git"
8+
},
9+
510
"main": "index.js",
611
"scripts": {
712
"test": "echo \"Error: no test specified\" && exit 1"
@@ -13,8 +18,5 @@
1318
"license": "MIT",
1419
"dependencies": {
1520
"htmlparser2": "~3.8.2"
16-
},
17-
"devDependencies": {
18-
"browserify": "~8.1.1"
1921
}
2022
}

0 commit comments

Comments
 (0)