Update import

This commit is contained in:
Jackson Kearl 2020-10-26 19:04:26 -07:00
parent 74654f3c35
commit e3db76ab7f

View file

@ -3,7 +3,7 @@
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import { findWorkspaceRoot } from 'find-yarn-workspace-root2';
import * as findWorkspaceRoot from 'find-yarn-workspace-root';
import findUp = require('find-up');
import * as path from 'path';
import whichPM = require('which-pm');