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 3, 2024
1 parent 820d251 commit 8242770
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"name": "awesome-remark",
"private": true,
"version": "0.0.0",
"description": "Curated list of awesome remark resources",
"license": "CC-BY-4.0",
"keywords": [],
"repository": "remarkjs/awesome-remark",
"bugs": "https://github.com/remarkjs/awesome-remark/issues",
"author": "Titus Wormer <[email protected]> (wooorm.com)",
"bugs": "https://github.com/remarkjs/awesome-remark/issues",
"contributors": [
"Titus Wormer <[email protected]> (wooorm.com)"
],
"description": "Curated list of awesome remark resources",
"devDependencies": {
"remark-cli": "^12.0.0",
"remark-preset-wooorm": "^10.0.0"
},
"scripts": {
"format": "remark --output --quiet -- .",
"test": "npm run format"
},
"keywords": [],
"license": "CC-BY-4.0",
"name": "awesome-remark",
"private": true,
"remarkConfig": {
"plugins": [
"remark-preset-wooorm"
]
}
},
"repository": "remarkjs/awesome-remark",
"scripts": {
"format": "remark --output --quiet -- .",
"test": "npm run format"
},
"version": "0.0.0"
}

0 comments on commit 8242770

Please sign in to comment.