1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

chore: fix #1292 add missing dependencies

remove non required dependencies
This commit is contained in:
Juan Picado @jotadeveloper 2019-05-09 23:41:16 +02:00
parent daa7e897b6
commit b4bc6ff4e5
No known key found for this signature in database
GPG Key ID: 18AC54485952D158
3 changed files with 1 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',
});

BIN
yarn.lock

Binary file not shown.