We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b310794 commit 6de72c0Copy full SHA for 6de72c0
packages/schematics/schematics/schematic/files/src/collection.json
@@ -5,7 +5,7 @@
5
// We read package.json using a require() call, which is standard JSON.
6
{
7
// 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",
+ "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
9
10
// Schematics are listed as a map of schematicName => schematicDescription.
11
// Each description contains a description field which is required, a factory reference,
0 commit comments