Skip to content

Commit

Permalink
fix(package.json): Add peerDependencies and update listr to latest ve…
Browse files Browse the repository at this point in the history
…rsion

Fixes SamVerschueren#8
  • Loading branch information
Andrey Okonetchnikov committed Sep 13, 2018
1 parent 9d3a4e3 commit 1d4ce85
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@
},
"devDependencies": {
"delay": "^1.3.1",
"listr": "^0.9.0",
"listr": "^0.14.2",
"xo": "*",
"zen-observable": "^0.4.0"
},
"peerDependencies": {
"listr": "^0.14.2"
},
"xo": {
"esnext": true
}
Expand Down

0 comments on commit 1d4ce85

Please sign in to comment.