Skip to content

Commit

Permalink
chore(prlint): declare missing dependency
Browse files Browse the repository at this point in the history
A dependency on `make-runnable` was missing.
  • Loading branch information
rix0rrr committed May 3, 2021
1 parent e11d537 commit f5bb2ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/prlint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"github-api": "^3.4.0"
},
"devDependencies": {
"jest": "^26.6.3"
"jest": "^26.6.3",
"make-runnable": "^1.3.8"
},
"scripts": {
"build": "echo success",
Expand Down

0 comments on commit f5bb2ff

Please sign in to comment.