Skip to content

Commit 4cf3105

Browse files
Add husky precommit script
1 parent 87b9d08 commit 4cf3105

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

.husky/pre-commit

100644100755
File mode changed.

bun.lockb

347 Bytes
Binary file not shown.

package-lock.json

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sqlitecloud/drivers",
3-
"version": "1.0.103",
3+
"version": "1.0.116",
44
"description": "SQLiteCloud drivers for Typescript/Javascript in edge, web and node clients",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",
@@ -63,6 +63,7 @@
6363
"eslint-plugin-node": "^11.1.0",
6464
"eslint-plugin-prettier": "^3.4.1",
6565
"express": "^4.18.2",
66+
"husky": "^9.0.11",
6667
"jest": "^29.7.0",
6768
"prettier": "^2.2.1",
6869
"sqlite3": "^5.1.6",
@@ -87,4 +88,4 @@
8788
"arrowParens": "avoid",
8889
"printWidth": 160
8990
}
90-
}
91+
}

0 commit comments

Comments
 (0)