Skip to content

Commit

Permalink
fix(taskr): add missing optional peer dependency @taskr/esnext
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Sep 23, 2020
1 parent a5af8cf commit 695899b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/taskr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
"devDependencies": {
"rimraf": "^2.6.1"
},
"peerDependencies": {
"@taskr/esnext": "^1.1.0"
},
"peerDependenciesMeta": {
"@taskr/esnext": {
"optional": true
}
},
"scripts": {
"test": "tape test/*.js | tap-spec"
},
Expand Down

0 comments on commit 695899b

Please sign in to comment.