Skip to content

Commit

Permalink
v7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
titanism committed Apr 26, 2022
1 parent 2c18890 commit 0b5bbf2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "superagent",
"description": "elegant & feature rich browser / node HTTP with a fluent API",
"version": "7.1.2",
"version": "7.1.3",
"author": "TJ Holowaychuk <tj@vision-media.ca>",
"browser": {
"./src/node/index.js": "./src/client.js",
Expand Down Expand Up @@ -239,7 +239,15 @@
"unicorn/prefer-spread": "warn",
"unicorn/catch-error-name": "warn",
"unicorn/prefer-code-point": "warn",
"node/no-unsupported-features": ["error", {"version": 8, "ignores": ["syntax"]}]
"node/no-unsupported-features": [
"error",
{
"version": 8,
"ignores": [
"syntax"
]
}
]
},
"globals": [
"ActiveXObject"
Expand Down

0 comments on commit 0b5bbf2

Please sign in to comment.