Skip to content

Commit

Permalink
fix: use fixed version of color.js to avoid code broken in 1.4 patch
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg authored Jan 11, 2022
1 parent 1018742 commit 5e437aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"start": "node src/api/index.js"
},
"dependencies": {
"colors": "^1.4.0",
"colors": "1.4.0",
"dotenv": "^8.1.0",
"hermesjs": "2.x",
"hermesjs-router": "1.x",
Expand Down

0 comments on commit 5e437aa

Please sign in to comment.