Skip to content

Commit c697552

Browse files
committed
fixup! feat(@angular/cli): allow using Deno as package manager
1 parent aa6cb3f commit c697552

File tree

1 file changed

+1
-1
lines changed
  • packages/schematics/angular/workspace

1 file changed

+1
-1
lines changed

packages/schematics/angular/workspace/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import {
1818
} from '@angular-devkit/schematics';
1919
import { execSync } from 'node:child_process';
2020
import { latestVersions } from '../utility/latest-versions';
21-
import { Schema as WorkspaceOptions, PackageManager } from './schema';
21+
import { PackageManager, Schema as WorkspaceOptions } from './schema';
2222

2323
export default function (options: WorkspaceOptions): Rule {
2424
return () => {

0 commit comments

Comments
 (0)