Skip to content

Commit

Permalink
Refactor package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Nov 21, 2024
1 parent 518b698 commit 2efdcbc
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,19 @@
{
"name": "github",
"private": true,
"version": "0.0.0",
"description": "Community health files",
"license": "CC-BY-4.0",
"keywords": [],
"repository": "unifiedjs/.github",
"bugs": "https://github.com/unifiedjs/.github",
"author": "Titus Wormer <tituswormer@gmail.com> (wooorm.com)",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"bugs": "https://github.com/syntax-tree/.github",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"description": "Community health files",
"devDependencies": {
"remark-cli": "^12.0.0",
"remark-frontmatter": "^5.0.0",
"remark-preset-wooorm": "^10.0.0"
},
"scripts": {
"format": "remark --frail --quiet --output -- .",
"test": "npm run format"
},
"keywords": [],
"license": "CC-BY-4.0",
"name": "github",
"private": true,
"remarkConfig": {
"plugins": [
"remark-frontmatter",
Expand All @@ -29,5 +23,11 @@
false
]
]
}
},
"repository": "syntax-tree/.github",
"scripts": {
"format": "remark --frail --quiet --output -- .",
"test": "npm run format"
},
"version": "0.0.0"
}

0 comments on commit 2efdcbc

Please sign in to comment.