mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-04-01 02:42:23 -05:00
chore: fix #1292 add missing dependencies
remove non required dependencies
This commit is contained in:
parent
daa7e897b6
commit
b4bc6ff4e5
3 changed files with 6 additions and 1 deletions
|
@ -66,6 +66,7 @@
|
|||
"eslint-plugin-verdaccio": "0.0.5",
|
||||
"flow-bin": "0.81.0",
|
||||
"flow-runtime": "0.17.0",
|
||||
"get-stdin": "7.0.0",
|
||||
"husky": "2.1.0",
|
||||
"in-publish": "2.0.0",
|
||||
"jest": "24.7.1",
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
require('babel-polyfill');
|
||||
require('@babel/register')({
|
||||
sourceMap: 'inline',
|
||||
});
|
||||
|
|
|
@ -3948,6 +3948,11 @@ get-stdin@5.0.1:
|
|||
resolved "https://registry.verdaccio.org/get-stdin/-/get-stdin-5.0.1.tgz#122e161591e21ff4c52530305693f20e6393a398"
|
||||
integrity sha1-Ei4WFZHiH/TFJTAwVpPyDmOTo5g=
|
||||
|
||||
get-stdin@7.0.0:
|
||||
version "7.0.0"
|
||||
resolved "https://registry.verdaccio.org/get-stdin/-/get-stdin-7.0.0.tgz#8d5de98f15171a125c5e516643c7a6d0ea8a96f6"
|
||||
integrity sha512-zRKcywvrXlXsA0v0i9Io4KDRaAw7+a1ZpjRwl9Wox8PFlVCCHra7E9c4kqXCoCM9nR5tBkaTTZRBoCm60bFqTQ==
|
||||
|
||||
get-stdin@^4.0.1:
|
||||
version "4.0.1"
|
||||
resolved "https://registry.verdaccio.org/get-stdin/-/get-stdin-4.0.1.tgz#b968c6b0a04384324902e8bf1a5df32579a450fe"
|
||||
|
|
Loading…
Add table
Reference in a new issue