Skip to content

Commit

Permalink
drop husky (langchain-ai#3383)
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul authored Nov 23, 2023
1 parent 5ecd261 commit 256ba14
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 17 deletions.
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,14 @@
"example": "yarn workspace examples start",
"precommit": "turbo run precommit",
"docs": "yarn workspace core_docs start",
"docs:api_refs": "yarn workspace api_refs start",
"postinstall": "husky install"
"docs:api_refs": "yarn workspace api_refs start"
},
"author": "LangChain",
"license": "MIT",
"devDependencies": {
"@tsconfig/recommended": "^1.0.2",
"@types/jest": "^29.5.3",
"dotenv": "^16.0.3",
"husky": "^8.0.0",
"lint-staged": "^13.1.1",
"prettier": "^2.8.3",
"typescript": "^5.0.0"
Expand Down
10 changes: 0 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20104,15 +20104,6 @@ __metadata:
languageName: node
linkType: hard

"husky@npm:^8.0.0":
version: 8.0.3
resolution: "husky@npm:8.0.3"
bin:
husky: lib/bin.js
checksum: 837bc7e4413e58c1f2946d38fb050f5d7324c6f16b0fd66411ffce5703b294bd21429e8ba58711cd331951ee86ed529c5be4f76805959ff668a337dbfa82a1b0
languageName: node
linkType: hard

"iconv-lite@npm:0.4, iconv-lite@npm:0.4.24, iconv-lite@npm:^0.4.24":
version: 0.4.24
resolution: "iconv-lite@npm:0.4.24"
Expand Down Expand Up @@ -22742,7 +22733,6 @@ __metadata:
"@tsconfig/recommended": ^1.0.2
"@types/jest": ^29.5.3
dotenv: ^16.0.3
husky: ^8.0.0
lint-staged: ^13.1.1
prettier: ^2.8.3
turbo: latest
Expand Down

0 comments on commit 256ba14

Please sign in to comment.