Skip to content

Commit

Permalink
Refactor package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Oct 4, 2024
1 parent a3320d2 commit 2c64156
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"private": true,
"version": "0.0.0",
"description": "hypertext abstract syntax tree",
"license": "MIT",
"keywords": [],
"repository": "syntax-tree/hast",
"bugs": "https://github.com/syntax-tree/hast/issues",
"author": "Titus Wormer <[email protected]> (wooorm.com)",
"bugs": "https://github.com/syntax-tree/hast/issues",
"contributors": [
"Titus Wormer <[email protected]> (wooorm.com)"
],
"description": "hypertext abstract syntax tree",
"devDependencies": {
"remark-cli": "^12.0.0",
"remark-preset-wooorm": "^10.0.0"
},
"keywords": [],
"license": "MIT",
"private": true,
"repository": "syntax-tree/hast",
"scripts": {
"format": "remark . -qfo",
"format": "remark --frail --output --quiet -- .",
"test": "npm run format"
},
"remarkConfig": {
"plugins": [
"remark-preset-wooorm"
]
}
},
"version": "0.0.0"
}

0 comments on commit 2c64156

Please sign in to comment.