Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit cde0614

Browse files
committed
Refactor package.json
1 parent 2d226a9 commit cde0614

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,15 @@
1313
"dsl",
1414
"html"
1515
],
16-
"files": [
17-
"index.js"
18-
],
19-
"repository": {
20-
"type": "git",
21-
"url": "https://github.com/syntax-tree/hast-to-hyperscript.git"
22-
},
16+
"repository": "syntax-tree/hast-to-hyperscript",
2317
"bugs": "https://github.com/syntax-tree/hast-to-hyperscript/issues",
2418
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
2519
"contributors": [
2620
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
2721
],
22+
"files": [
23+
"index.js"
24+
],
2825
"dependencies": {
2926
"comma-separated-tokens": "^1.0.0",
3027
"is-nan": "^1.2.1",

0 commit comments

Comments
 (0)