Remove unused dependencies

This commit is contained in:
Franck Royer 2021-05-15 19:49:37 +10:00
parent cab9be4782
commit 9cf83585ed
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 25 additions and 901 deletions

View File

@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Clarify content topic format in README.md.
## Removed
- Unused dependencies.
## [0.2.0] - 2021-05-14
### Added

918
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -55,7 +55,6 @@
"node": ">=14"
},
"dependencies": {
"@bitauth/libauth": "^1.17.1",
"axios": "^0.21.1",
"debug": "^4.3.1",
"it-concat": "^2.0.0",
@ -67,10 +66,8 @@
"libp2p-tcp": "^0.15.4",
"libp2p-websockets": "^0.15.6",
"multiaddr": "^9.0.1",
"prompt-sync": "^4.2.0",
"ts-proto": "^1.79.7",
"uuid": "^8.3.2",
"yarg": "^1.0.8"
"uuid": "^8.3.2"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.1",