Skip to content

Commit

Permalink
Merge pull request #33 from jsimck/picocolors-fix
Browse files Browse the repository at this point in the history
fix: 🐛 Fixed picocolors missing dependency
  • Loading branch information
jsimck committed Nov 17, 2021
2 parents 1f5e7bc + 34c5447 commit 20e078d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"husky": "^7.0.4",
"jest": "^27.3.1",
"nodemon": "^2.0.14",
"picocolors": "^1.0.0",
"prettier": "^2.4.1"
},
"dependencies": {
"deepmerge": "^4.2.2",
"picocolors": "^1.0.0",
"yargs": "^17.2.1"
}
}

0 comments on commit 20e078d

Please sign in to comment.