mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 17:06:35 +03:00
chore(node): remove unused node-fetch dependency
This commit is contained in:
@@ -8,7 +8,6 @@ import { EventId2EventName, C } from '../dist/constants'
|
|||||||
import { join } from 'path'
|
import { join } from 'path'
|
||||||
import { statSync } from 'fs'
|
import { statSync } from 'fs'
|
||||||
import { Context } from '../dist/context'
|
import { Context } from '../dist/context'
|
||||||
import fetch from 'node-fetch'
|
|
||||||
chai.use(chaiAsPromised)
|
chai.use(chaiAsPromised)
|
||||||
chai.config.truncateThreshold = 0 // Do not truncate assertion errors.
|
chai.config.truncateThreshold = 0 // Do not truncate assertion errors.
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,6 @@
|
|||||||
"chai-as-promised": "^7.1.1",
|
"chai-as-promised": "^7.1.1",
|
||||||
"esm": "^3.2.25",
|
"esm": "^3.2.25",
|
||||||
"mocha": "^8.2.1",
|
"mocha": "^8.2.1",
|
||||||
"node-fetch": "^2.6.7",
|
|
||||||
"node-gyp": "^10.0.0",
|
"node-gyp": "^10.0.0",
|
||||||
"prebuildify": "^5.0.1",
|
"prebuildify": "^5.0.1",
|
||||||
"prebuildify-ci": "^1.0.5",
|
"prebuildify-ci": "^1.0.5",
|
||||||
|
|||||||
Reference in New Issue
Block a user