Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillgroshkov committed Mar 22, 2024
1 parent f2e69c5 commit f35d7a5
Show file tree
Hide file tree
Showing 3 changed files with 890 additions and 917 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@naturalcycles/airtable-lib",
"scripts": {
"prepare": "husky install"
"prepare": "husky"
},
"dependencies": {
"@naturalcycles/db-lib": "^9.1.0",
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": true,
"sourceMap": false
"sourceMap": false,
},
"exclude": ["**/__exclude", "src/test", "src/**/*.test.*"]
"exclude": ["**/__exclude", "src/test", "src/**/*.test.*"],
}
Loading

0 comments on commit f35d7a5

Please sign in to comment.