Skip to content

Commit a6e3e4a

Browse files
committed
Moved types file to lib/
- also added file to `files` array so it is bundled in the NPM package
1 parent ffda15f commit a6e3e4a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
File renamed without changes.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"binding.gyp",
4141
"deps/",
4242
"lib/*.js",
43+
"lib/*.d.ts",
4344
"src/"
4445
],
4546
"repository": {
@@ -83,7 +84,7 @@
8384
"database"
8485
],
8586
"main": "./lib/sqlite3",
86-
"types": "index.d.ts",
87+
"types": "./lib/sqlite3.d.ts",
8788
"renovate": {
8889
"extends": [
8990
"@tryghost:base"

0 commit comments

Comments
 (0)