Skip to content

Commit

Permalink
chore(core): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
meeroslav committed Nov 22, 2022
1 parent cae6760 commit 9ff7a03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nx/src/utils/create-package-json.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { ProjectGraph } from '@nrwl/devkit';
import { readJsonFile } from '@nrwl/devkit';
import { readJsonFile } from './fileutils';
import { sortObjectByKeys } from 'nx/src/utils/object-sort';
import { ProjectGraph } from '../config/project-graph';

/**
* Creates a package.json in the output directory for support to install dependencies within containers.
Expand Down

0 comments on commit 9ff7a03

Please sign in to comment.