Skip to content

Commit

Permalink
chore(prlint): declare missing dependency (aws#14497)
Browse files Browse the repository at this point in the history
A dependency on `make-runnable` was missing.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
rix0rrr authored and hollanddd committed Aug 26, 2021
1 parent 17a4cfb commit c4b93e7
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 c4b93e7

Please sign in to comment.