Leo Lamprecht
8 years ago
No known key found for this signature in database
GPG Key ID: EF804E3FF4BBA8AB
1 changed files with
3 additions and
1 deletions
-
package.json
|
|
@ -56,7 +56,8 @@ |
|
|
|
"max-depth": 0, |
|
|
|
"no-use-before-define": 0, |
|
|
|
"complexity": 0, |
|
|
|
"unicorn/no-process-exit": 0 |
|
|
|
"unicorn/no-process-exit": 0, |
|
|
|
"no-control-regex": 0 |
|
|
|
} |
|
|
|
}, |
|
|
|
"bin": { |
|
|
@ -76,6 +77,7 @@ |
|
|
|
"docker-file-parser": "0.1.0", |
|
|
|
"email-prompt": "0.1.8", |
|
|
|
"email-validator": "1.0.7", |
|
|
|
"fs-extra": "0.30.0", |
|
|
|
"fs-promise": "0.5.0", |
|
|
|
"graceful-fs": "4.1.9", |
|
|
|
"ignore": "3.2.0", |
|
|
|