Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
replace remark-cli with hallmark (closes #75, closes #77)
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Dec 27, 2018
1 parent eb1282b commit 14b7724
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,12 @@
"url": "https://github.com/Level/packager.git"
},
"scripts": {
"test": "standard && nyc node test.js",
"test": "standard && hallmark && nyc node test.js",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"remark": "remark README.md CHANGELOG.md CONTRIBUTORS.md UPGRADING.md -o"
"hallmark": "hallmark --fix"
},
"remarkConfig": {
"plugins": [
[
"remark-git-contributors",
"level-community"
],
[
"remark-github"
]
]
"hallmark": {
"community": "level-community"
},
"homepage": "https://github.com/Level/packager",
"keywords": [
Expand All @@ -40,11 +32,9 @@
"license": "MIT",
"devDependencies": {
"coveralls": "^3.0.2",
"hallmark": "^0.1.0",
"level-community": "^3.0.0",
"nyc": "^12.0.2",
"remark-cli": "^5.0.0",
"remark-git-contributors": "^0.2.2",
"remark-github": "^7.0.3",
"standard": "^12.0.0",
"tape": "^4.0.0"
},
Expand Down

0 comments on commit 14b7724

Please sign in to comment.