Skip to content

Commit

Permalink
Bumped version and updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sconix committed Feb 6, 2022
1 parent eae61b2 commit 1c84553
Show file tree
Hide file tree
Showing 7 changed files with 21,975 additions and 11,194 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
dist/
bundles/
.angular/

package/
npm-debug.log
Expand Down
6 changes: 4 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"cli": {
"analytics": false
},
"version": 1,
"newProjectRoot": "projects",
"projects": {
Expand Down Expand Up @@ -39,7 +42,6 @@
"optimization": true,
"outputHashing": "none",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down Expand Up @@ -96,7 +98,7 @@
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/lib/tsconfig.json",
"project": "projects/lib/ng-package.json"
Expand Down
Loading

0 comments on commit 1c84553

Please sign in to comment.