Skip to content

Commit 6de72c0

Browse files
louislarryAngular Builds
authored and
Angular Builds
committed
fix(@schematics/schematics): use correct collection.json path
1 parent b310794 commit 6de72c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/schematics/schematics/schematic/files/src/collection.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// We read package.json using a require() call, which is standard JSON.
66
{
77
// This is just to indicate to your IDE that there is a schema for collection.json.
8-
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
8+
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
99

1010
// Schematics are listed as a map of schematicName => schematicDescription.
1111
// Each description contains a description field which is required, a factory reference,

0 commit comments

Comments
 (0)