Skip to content

Commit 08152bf

Browse files
committed
chore: mark 9.1.4
Fix publishing issue and mark 9.1.4
1 parent e425d9c commit 08152bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@degulabs/better-sqlite3",
3-
"version": "9.1.3",
3+
"version": "9.1.4",
44
"description": "The fastest and simplest library for SQLite3 in Node.js.",
55
"homepage": "http://github.com/degulabs/better-sqlite3",
66
"author": "Joshua Wise <[email protected]>",
@@ -13,6 +13,7 @@
1313
"files": [
1414
"binding.gyp",
1515
"src/*.[ch]pp",
16+
"types/**",
1617
"lib/**",
1718
"deps/**"
1819
],

0 commit comments

Comments
 (0)