Skip to content

Commit

Permalink
Move chai-http to be a developer dependency (#707)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaptic authored Sep 13, 2021
1 parent 45bb962 commit 8cae098
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ A breaking change will get clearly marked in this log.

## Unreleased

### Fix

- Drops the `chai-http` dependency to be only for developers ([#707](https://github.com/stellar/js-stellar-sdk/pull/707)).


## [v9.0.0-beta.0](https://github.com/stellar/js-stellar-sdk/compare/v8.2.5...v9.0.0-beta.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"body-parser": "^1.12.2",
"chai": "^2.2.0",
"chai-as-promised": "^5.2.0",
"chai-http": "^4.3.0",
"clear": "^0.1.0",
"coveralls": "3.0.2",
"del": "^5.1.0",
Expand Down Expand Up @@ -132,7 +133,6 @@
"@types/urijs": "^1.19.6",
"axios": "0.21.1",
"bignumber.js": "^4.0.0",
"chai-http": "^4.3.0",
"detect-node": "^2.0.4",
"es6-promise": "^4.2.4",
"eventsource": "^1.0.7",
Expand Down

0 comments on commit 8cae098

Please sign in to comment.