Skip to content

Commit

Permalink
fixed(deps): move knex-schema-inspector from devDependencies to depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
tomgobich committed Sep 18, 2024
1 parent a098b07 commit 3d12186
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
"version": "npm run build",
"prepublishOnly": "npm run build"
},
"dependencies": {
"knex-schema-inspector": "^3.1.0"
},
"devDependencies": {
"@adonisjs/assembler": "^7.8.2",
"@adonisjs/core": "^6.13.1",
Expand All @@ -52,7 +55,6 @@
"copyfiles": "^2.4.1",
"del-cli": "^5.1.0",
"eslint": "^9.10.0",
"knex-schema-inspector": "^3.1.0",
"np": "^10.0.7",
"prettier": "^3.3.3",
"ts-node": "^10.9.2",
Expand Down

0 comments on commit 3d12186

Please sign in to comment.