Skip to content

Commit 2efdcbc

Browse files
committed
Refactor package.json
1 parent 518b698 commit 2efdcbc

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,19 @@
11
{
2-
"name": "github",
3-
"private": true,
4-
"version": "0.0.0",
5-
"description": "Community health files",
6-
"license": "CC-BY-4.0",
7-
"keywords": [],
8-
"repository": "unifiedjs/.github",
9-
"bugs": "https://github.com/unifiedjs/.github",
10-
"author": "Titus Wormer <[email protected]> (wooorm.com)",
2+
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
3+
"bugs": "https://github.com/syntax-tree/.github",
114
"contributors": [
12-
"Titus Wormer <[email protected]> (wooorm.com)"
5+
"Titus Wormer <[email protected]> (https://wooorm.com)"
136
],
7+
"description": "Community health files",
148
"devDependencies": {
159
"remark-cli": "^12.0.0",
1610
"remark-frontmatter": "^5.0.0",
1711
"remark-preset-wooorm": "^10.0.0"
1812
},
19-
"scripts": {
20-
"format": "remark --frail --quiet --output -- .",
21-
"test": "npm run format"
22-
},
13+
"keywords": [],
14+
"license": "CC-BY-4.0",
15+
"name": "github",
16+
"private": true,
2317
"remarkConfig": {
2418
"plugins": [
2519
"remark-frontmatter",
@@ -29,5 +23,11 @@
2923
false
3024
]
3125
]
32-
}
26+
},
27+
"repository": "syntax-tree/.github",
28+
"scripts": {
29+
"format": "remark --frail --quiet --output -- .",
30+
"test": "npm run format"
31+
},
32+
"version": "0.0.0"
3333
}

0 commit comments

Comments
 (0)