Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
amarksingh authored Dec 9, 2023
1 parent 1d339a8 commit 060a23a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "@ostro/database",
"version": "1.1.8",
"version": "1.2.8",
"description": "Database module for OstroJS",
"main": "databaseManager.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"@ostro/contracts": "^1.0.2",
"@ostro/support": "^1.0.11",
"@ostro/support": "^1.0.12",
"@ostro/pagination": "^1.0.0",
"fs-extra": "^8.1.0",
"knex": "^2.3.0",
"lodash.get": "^4.4.2"
Expand Down

0 comments on commit 060a23a

Please sign in to comment.