Skip to content

Commit

Permalink
fix(@schematics/schematics): use correct collection.json path
Browse files Browse the repository at this point in the history
  • Loading branch information
louislarry authored and Angular Builds committed Jan 30, 2019
1 parent b310794 commit 6de72c0
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -5,7 +5,7 @@
// We read package.json using a require() call, which is standard JSON.
{
// This is just to indicate to your IDE that there is a schema for collection.json.
"$schema": "./node_modules/@angular-devkit/schematics/collection-schema.json",
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",

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

0 comments on commit 6de72c0

Please sign in to comment.