Skip to content

Commit

Permalink
Update exclusion version for netscrape
Browse files Browse the repository at this point in the history
  • Loading branch information
russellsteadman authored Oct 12, 2023
1 parent 8fd203d commit a9e9fd7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 63 deletions.
95 changes: 34 additions & 61 deletions packages/bot/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/bot/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "netscrape",
"version": "0.1.0",
"version": "0.2.0",
"description": "A structural framework for creating good bots",
"author": "Russell Steadman",
"license": "MIT",
Expand All @@ -25,7 +25,7 @@
"dependencies": {
"@types/node": "^20.8.3",
"cacheable-lookup": "^7.0.0",
"exclusion": "^0.1.1",
"exclusion": "^0.2.0",
"got": "^13.0.0",
"quick-lru": "^5.1.1"
},
Expand Down

0 comments on commit a9e9fd7

Please sign in to comment.