Skip to content

Commit

Permalink
remove glob from dependencies, update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheidudko committed Jun 18, 2024
1 parent 4231406 commit 33d8dfc
Show file tree
Hide file tree
Showing 8 changed files with 5,968 additions and 14,404 deletions.
23 changes: 23 additions & 0 deletions .gcloudignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.gcloudignore
.git
.github
.nyc_output
.gitignore
.vscode
.prettierrc
.eslintrc
.eslintignore
.envkey
.editorconfig
.env.local
.env.local.enc
tsconfig.json
ignoreUpdatesModules.json
test
src
bigquery-schemes
accounts
scripts
*.log
*.md
*.enc
4 changes: 2 additions & 2 deletions ignoreUpdatesModules.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"base": ["node-fetch", "glob"],
"dev": ["@types/node", "@types/node-fetch"]
"base": ["node-fetch"],
"dev": ["@types/node", "@types/node-fetch", "eslint"]
}
Loading

0 comments on commit 33d8dfc

Please sign in to comment.