Skip to content

Commit

Permalink
fix: pin colors
Browse files Browse the repository at this point in the history
  • Loading branch information
dominykas committed Jan 10, 2022
1 parent c05d4c5 commit 6bd35cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dependencies": {
"@octokit/graphql": "^4.5.0",
"@octokit/rest": "^18.0.0",
"colors": "^1.4.0",
"colors": "1.4.0",
"debug": "^4.3.1",
"dotenv": "^10.0.0",
"git-url-parse": "^11.1.2",
Expand Down

1 comment on commit 6bd35cc

@dominykas
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Someone should take away my push to main rights... accidentally committed without a PR.

Please sign in to comment.