Skip to content

Commit

Permalink
chore: add peer dependency on @adonisjs/fold
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Apr 9, 2020
1 parent 4c07c74 commit 0ff90f7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@
"build/index.js"
],
"dependencies": {},
"peerDependencies": {
"@adonisjs/fold": "6.x.x"
},
"peerDependenciesMeta": {
"@adonisjs/fold": {
"optional": true
}
},
"devDependencies": {
"@adonisjs/fold": "^6.3.1",
"@adonisjs/mrm-preset": "^2.3.0",
Expand Down

0 comments on commit 0ff90f7

Please sign in to comment.