0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-01-27 22:59:51 -05:00

fix: broken import reference

This commit is contained in:
Juan Picado @jotadeveloper 2018-02-10 16:56:55 +01:00
parent 508d175778
commit 705eda1697
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -1,6 +1,6 @@
import _ from 'lodash';
import {addGravatarSupport, deleteProperties, sortByName} from '../../../lib/utils';
import {addScope, allow} from '../middleware';
import {addScope, addGravatarSupport, deleteProperties, sortByName} from '../../../lib/utils';
import {allow} from '../middleware';
import async from 'async';
import marked from 'marked';