Skip to content

Commit

Permalink
Merge branch 'nix6839-clean-dep'
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Mar 17, 2023
2 parents 89fa3d7 + 907969d commit 69718d6
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 2,319 deletions.
2 changes: 1 addition & 1 deletion lib/compiler/workspace-utils.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import * as rimraf from 'rimraf';
import rimraf from 'rimraf';
import { Configuration } from '../configuration';
import { getValueOrDefault } from './helpers/get-value-or-default';

Expand Down
1 change: 0 additions & 1 deletion lib/schematics/custom.collection.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { description } from 'commander';
import { readFileSync } from 'fs';
import { dirname, join } from 'path';
import { AbstractCollection } from './abstract.collection';
Expand Down

0 comments on commit 69718d6

Please sign in to comment.