mirror of
https://github.com/nodemailer/wildduck.git
synced 2025-09-07 05:35:12 +08:00
fix(release): Added package-lock required for pubslishing
This commit is contained in:
parent
103dc570d1
commit
6b42cc5c28
3 changed files with 10087 additions and 4 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,7 +4,6 @@ npm-debug.log
|
||||||
.npmrc
|
.npmrc
|
||||||
config/production.*
|
config/production.*
|
||||||
config/development.*
|
config/development.*
|
||||||
package-lock.json*
|
|
||||||
certs/test-*
|
certs/test-*
|
||||||
zmta-milter
|
zmta-milter
|
||||||
zmta-milter.toml
|
zmta-milter.toml
|
||||||
|
|
10084
package-lock.json
generated
Normal file
10084
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -35,7 +35,7 @@
|
||||||
"grunt-mocha-test": "0.13.3",
|
"grunt-mocha-test": "0.13.3",
|
||||||
"grunt-shell-spawn": "0.4.0",
|
"grunt-shell-spawn": "0.4.0",
|
||||||
"grunt-wait": "0.3.0",
|
"grunt-wait": "0.3.0",
|
||||||
"imapflow": "1.0.136",
|
"imapflow": "1.0.143",
|
||||||
"mailparser": "3.6.5",
|
"mailparser": "3.6.5",
|
||||||
"mocha": "10.2.0",
|
"mocha": "10.2.0",
|
||||||
"request": "2.88.2",
|
"request": "2.88.2",
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
"ioredis": "5.3.2",
|
"ioredis": "5.3.2",
|
||||||
"ipaddr.js": "2.1.0",
|
"ipaddr.js": "2.1.0",
|
||||||
"isemail": "3.2.0",
|
"isemail": "3.2.0",
|
||||||
"joi": "17.10.0",
|
"joi": "17.10.1",
|
||||||
"js-yaml": "4.1.0",
|
"js-yaml": "4.1.0",
|
||||||
"key-fingerprint": "1.1.0",
|
"key-fingerprint": "1.1.0",
|
||||||
"libbase64": "1.2.1",
|
"libbase64": "1.2.1",
|
||||||
|
|
Loading…
Add table
Reference in a new issue