Skip to content

Commit a012371

Browse files
committed
fix(deps): fix devDependencies versions
1 parent 0f37948 commit a012371

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"knex": ">=3.0.0"
5252
},
5353
"devDependencies": {
54-
"@photostructure/sqlite": "file:../node-sqlite",
55-
"knex": "^3.1.0"
54+
"@photostructure/sqlite": ">=0.5.0",
55+
"knex": "~3.1.0"
5656
}
5757
}

0 commit comments

Comments
 (0)