Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ The developer can then poll against the `version.json` file on the server and co

v0.1.x works with Angular CLI < 8.0.0
v0.2.x works with Angular CLI >= 8.0.0
v0.3.x works with Angular CLI >= 12.0.0

## Usage

Expand Down
2 changes: 1 addition & 1 deletion builders.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "../../node_modules/@angular-devkit/architect/src/builders-schema.json",
"$schema": "./node_modules/@angular-devkit/architect/src/builders-schema.json",
"builders": {
"files": {
"implementation": "./src",
Expand Down
Loading