Skip to content

Commit 17fb4d5

Browse files
committed
Fixed husky configuration
1 parent b8b72e0 commit 17fb4d5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx lint-staged

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:dev": "jest --watch",
1717
"lint": "eslint --max-warnings=0 .",
1818
"lint:watch": "esw --watch --color",
19-
"prepare": "husky install"
19+
"prepare": "husky"
2020
},
2121
"author": "",
2222
"license": "MIT",

src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import Resource from "./Resource";
22
import { setConfig, addRequest, addResponse } from "./Config";
33

4+
export * from "./Interfaces";
5+
export * from "./Config";
6+
47
export default {
58
setConfig,
69

0 commit comments

Comments
 (0)