Skip to content

Commit

Permalink
chore: add engines key
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Sep 22, 2023
1 parent b7ec9d4 commit c5a9f51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "@adonisjs/lucid",
"version": "18.4.0",
"description": "SQL ORM built on top of Active Record pattern",
"engines": {
"node": ">=14.15.4"
},
"main": "build/providers/DatabaseProvider.js",
"files": [
"build/adonis-typings",
Expand Down

0 comments on commit c5a9f51

Please sign in to comment.