node: move split2 to devDependencies (#3341)

Co-authored-by: Simon Laux <Simon-Laux@users.noreply.github.com>
This commit is contained in:
Robert Schütz
2022-06-01 11:08:26 -07:00
committed by GitHub
parent a320817ee5
commit df0513f4f4
2 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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"
}, },