Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Nov 26, 2019
1 parent f5e7fbd commit 8cefeba
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@adonisjs/core": "2.x.x"
},
"devDependencies": {
"@adonisjs/ace": "^6.7.3",
"@adonisjs/ace": "^6.7.4",
"@adonisjs/fold": "^6.2.3",
"@adonisjs/mrm-preset": "^2.1.0",
"@adonisjs/sink": "^2.4.0",
Expand Down Expand Up @@ -125,8 +125,12 @@
"DB_NAME": "lucid"
},
"types": "@adonisjs/lucid",
"providers": ["@adonisjs/lucid"],
"commands": ["@adonisjs/lucid/build/commands"]
"providers": [
"@adonisjs/lucid"
],
"commands": [
"@adonisjs/lucid/build/commands"
]
},
"np": {
"contents": ".",
Expand Down

0 comments on commit 8cefeba

Please sign in to comment.