Skip to content

Commit

Permalink
fix: use @atom-ide-community nuclide packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Oct 25, 2020
1 parent d1dd614 commit b691995
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/debugger/node/main.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import type {
AutoGenConfig,
NuclideDebuggerProvider,
} from 'nuclide-debugger-common/types';
} from '@atom-ide-community/nuclide-debugger-common/types';
import * as React from 'react';

import createPackage from 'nuclide-commons-atom/createPackage';
import {AutoGenLaunchAttachProvider} from 'nuclide-debugger-common/AutoGenLaunchAttachProvider';
import {VsAdapterTypes, VsAdapterNames} from 'nuclide-debugger-common';
import createPackage from '@atom-ide-community/nuclide-commons-atom/createPackage';
import {AutoGenLaunchAttachProvider} from '@atom-ide-community/nuclide-debugger-common/AutoGenLaunchAttachProvider';
import {VsAdapterTypes, VsAdapterNames} from '@atom-ide-community/nuclide-debugger-common';

class Activation {
constructor() {}
Expand Down

0 comments on commit b691995

Please sign in to comment.