Skip to content

Commit

Permalink
chore(colors): revert colors dependency to safe version
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee123 committed Dec 15, 2022
1 parent e778b77 commit e3d6a4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
node_modules
npm-debug.log
coverage
.nyc_output
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -17,7 +17,7 @@
],
"author": "Michael Lex <michael.lex@codecentric.de>",
"dependencies": {
"colors": "^1.4.0"
"colors": "1.4.0"
},
"peerDependencies": {
"karma": ">=0.9"
Expand Down

0 comments on commit e3d6a4b

Please sign in to comment.