Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
fix: move dirty-chai to dev dependencies
Browse files Browse the repository at this point in the history
dirty-chai got installed unnecessarily in production which caused
consumers to get a chai peer dependency warning.
  • Loading branch information
fahrradflucht authored and vmx committed Mar 31, 2018
1 parent b409026 commit 3805fc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -35,13 +35,13 @@
"dependencies": {
"bitcoinjs-lib": "^3.3.2",
"cids": "~0.5.2",
"dirty-chai": "^2.0.1",
"hash.js": "^1.1.3",
"multihashes": "~0.4.12"
},
"devDependencies": {
"aegir": "^13.0.0",
"chai": "^4.1.2"
"chai": "^4.1.2",
"dirty-chai": "^2.0.1"
},
"contributors": [
"David Dias <daviddias.p@gmail.com>",
Expand Down

0 comments on commit 3805fc1

Please sign in to comment.