Skip to content

Commit 1220844

Browse files
committed
Refactor package.json
1 parent 0b8ef95 commit 1220844

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

package.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,6 @@
55
"license": "MIT",
66
"keywords": [
77
"unist",
8-
"mdast",
9-
"markdown",
10-
"retext",
11-
"natural",
12-
"language",
138
"node",
149
"is",
1510
"equal",
@@ -18,15 +13,16 @@
1813
"util",
1914
"utility"
2015
],
21-
"files": [
22-
"index.js"
23-
],
24-
"repository": "https://github.com/wooorm/unist-util-is.git",
16+
"repository": "https://github.com/wooorm/unist-util-is",
2517
"bugs": "https://github.com/wooorm/hast-util-to-html/issues",
2618
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
2719
"contributors": [
2820
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
2921
],
22+
"files": [
23+
"index.js"
24+
],
25+
"dependencies": {},
3026
"devDependencies": {
3127
"browserify": "^13.0.1",
3228
"esmangle": "^1.0.1",

0 commit comments

Comments
 (0)