mirror of
https://github.com/chatmail/core.git
synced 2026-05-19 06:46:32 +03:00
node: move split2 to devDependencies (#3341)
Co-authored-by: Simon Laux <Simon-Laux@users.noreply.github.com>
This commit is contained in:
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
- refactorings #3373 #3345 #3380
|
- refactorings #3373 #3345 #3380
|
||||||
|
- node: move split2 to devDependencies
|
||||||
|
|
||||||
|
|
||||||
### Fixes
|
### Fixes
|
||||||
- delete outgoing MDNs found in the Sent folder on Gmail #3372
|
- delete outgoing MDNs found in the Sent folder on Gmail #3372
|
||||||
|
|||||||
@@ -2,8 +2,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"debug": "^4.1.1",
|
"debug": "^4.1.1",
|
||||||
"napi-macros": "^2.0.0",
|
"napi-macros": "^2.0.0",
|
||||||
"node-gyp-build": "^4.1.0",
|
"node-gyp-build": "^4.1.0"
|
||||||
"split2": "^3.1.1"
|
|
||||||
},
|
},
|
||||||
"description": "node.js bindings for deltachat-core",
|
"description": "node.js bindings for deltachat-core",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -20,6 +19,7 @@
|
|||||||
"prebuildify": "^3.0.0",
|
"prebuildify": "^3.0.0",
|
||||||
"prebuildify-ci": "^1.0.4",
|
"prebuildify-ci": "^1.0.4",
|
||||||
"prettier": "^2.0.5",
|
"prettier": "^2.0.5",
|
||||||
|
"split2": "^4.1.0",
|
||||||
"typedoc": "^0.17.0",
|
"typedoc": "^0.17.0",
|
||||||
"typescript": "^3.9.10"
|
"typescript": "^3.9.10"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user