Skip to content

Commit

Permalink
fix: pin remark-cli to commonjs form
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunwarman committed May 1, 2022
1 parent 65298bc commit 79c5386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/package
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"husky": "latest",
"lint-staged": "latest",
"nyc": "latest",
"remark-cli": "latest",
"remark-cli": "^9.0.0",
"remark-preset-github": "latest",
<% if (linter==='xo') {%>
"eslint-config-xo-lass": "latest",
Expand Down

0 comments on commit 79c5386

Please sign in to comment.