Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Commit 0017fa3

Browse files
matheoDominikPieper
authored andcommitted
build: sync devkit import
1 parent e48699c commit 0017fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/documentation/schema-flattener.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Originally from the Nx repo: https://github.com/nrwl/nx
33
*/
44
import { deepCopy, json, schema } from '@angular-devkit/core';
5-
import { visitJsonSchema } from '@angular-devkit/core/src/json/schema';
5+
import { visitJsonSchema } from '@angular-devkit/core/src/json/schema/index';
66
import * as Ajv from 'ajv';
77
import * as Url from 'url';
88

0 commit comments

Comments
 (0)