Skip to content

Commit e02ebde

Browse files
committed
🐛 remove knex dependency and fix publishing
1 parent 7105a35 commit e02ebde

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"author": "Matiss Janis Aboltins <matiss@mja.lv>",
77
"license": "MIT",
88
"main": "index.js",
9+
"files": [
10+
"lib/*",
11+
"index.js"
12+
],
913
"scripts": {
1014
"build": "babel -D src/ --out-dir lib/"
1115
},
@@ -16,8 +20,5 @@
1620
},
1721
"peerDependencies": {
1822
"knex": ">=0.11.4"
19-
},
20-
"dependencies": {
21-
"knex": "^0.95.4"
2223
}
2324
}

0 commit comments

Comments
 (0)