Skip to content

Commit

Permalink
fix: Node 6 build failure (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkingserious authored Feb 24, 2021
1 parent c9bfe3a commit 72cfa0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/node": "^7.7.7",
"chai": "^4.0.1",
"chai": "4.2.0",
"chai-as-promised": "^7.1.1",
"dirty-chai": "^2.0.1",
"eslint": "^6.8.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,12 @@
"axios": "^0.21.1"
},
"devDependencies": {
"chai": "4.2.0",
"nock": "^10.0.6"
},
"resolutions": {
"chai": "4.2.0"
},
"tags": [
"http",
"rest",
Expand Down

0 comments on commit 72cfa0d

Please sign in to comment.