This repository was archived by the owner on Apr 4, 2025. It is now read-only.
Commit 409254f
committed
fix(@angular-devkit/schematics): use loose mode for collection.json
So that the collection.json can include comments and other goodies. Note that the
package.json is still using require() as it is a regular node file and would fail
npm anyway, so no incentive for us to make it loose.1 parent a617ae0 commit 409254f
File tree
1 file changed
+2
-1
lines changed- packages/angular_devkit/schematics/tools
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | | - | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments