Skip to content

Commit

Permalink
Merge pull request #41 from daverickdunn/master
Browse files Browse the repository at this point in the history
Upgrade to Angular 10
  • Loading branch information
rsaenen authored Oct 14, 2020
2 parents ebf69b7 + eeb9591 commit 1591a88
Show file tree
Hide file tree
Showing 10 changed files with 4,623 additions and 5,517 deletions.
File renamed without changes.
12 changes: 8 additions & 4 deletions angular.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"version": 1,
"version": 1,
"newProjectRoot": "projects",
"projects": {
"ngx-custom-validators": {
Expand Down Expand Up @@ -119,6 +119,10 @@
}
}
}
}},
"defaultProject": "ngx-custom-validators"
}
}
},
"defaultProject": "ngx-custom-validators",
"cli": {
"analytics": false
}
}
2 changes: 1 addition & 1 deletion e2e/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "../out-tsc/e2e",
"module": "commonjs",
"target": "es5",
"target": "es2018",
"types": [
"jasmine",
"jasminewd2",
Expand Down
Loading

0 comments on commit 1591a88

Please sign in to comment.