Skip to content

Commit c5549fc

Browse files
committed
[Tests] add evalmd
1 parent 553fdfc commit c5549fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"aud": "^2.0.2",
1717
"auto-changelog": "^2.4.0",
1818
"eslint": "=8.8.0",
19+
"evalmd": "^0.0.19",
1920
"in-publish": "^2.0.1",
2021
"npmignore": "^0.3.0",
2122
"safe-publish-latest": "^2.0.0",
@@ -38,6 +39,7 @@
3839
"prepack": "npmignore --auto --commentLines=autogenerated",
3940
"prepublish": "not-in-publish || npm run prepublishOnly",
4041
"prepublishOnly": "safe-publish-latest",
42+
"prelint": "evalmd README.md",
4143
"lint": "eslint --ext=js,mjs .",
4244
"pretest": "npm run lint",
4345
"tests-only": "tape 'test/**/*.js'",

0 commit comments

Comments
 (0)