Skip to content

Commit

Permalink
🐛 remove knex dependency and fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed Apr 24, 2021
1 parent 7105a35 commit e02ebde
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"author": "Matiss Janis Aboltins <[email protected]>",
"license": "MIT",
"main": "index.js",
"files": [
"lib/*",
"index.js"
],
"scripts": {
"build": "babel -D src/ --out-dir lib/"
},
Expand All @@ -16,8 +20,5 @@
},
"peerDependencies": {
"knex": ">=0.11.4"
},
"dependencies": {
"knex": "^0.95.4"
}
}

0 comments on commit e02ebde

Please sign in to comment.