Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brombal committed Jan 19, 2024
1 parent 263eb46 commit 8a3bfb7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 30 deletions.
1 change: 0 additions & 1 deletion drivers/mysql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"build": "rm -rf dist && parcel build --no-cache"
},
"dependencies": {
"@sqltags/core": "^0.0.20",
"mysql2": "^3.7.0"
}
}
1 change: 0 additions & 1 deletion drivers/postgres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"build": "rm -rf dist && parcel build --no-cache"
},
"dependencies": {
"@sqltags/core": "^0.0.20",
"pg": "^8.11.3",
"pg-cursor": "^2.10.3"
},
Expand Down
1 change: 0 additions & 1 deletion drivers/sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
"build": "rm -rf dist && parcel build --no-cache"
},
"dependencies": {
"@sqltags/core": "^0.0.20",
"sqlite3": "^5.1.7"
}
}
27 changes: 0 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a3bfb7

Please sign in to comment.