Skip to content

Commit

Permalink
Merge 31d4a78 into 0212946
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelCareaga committed Nov 26, 2020
2 parents 0212946 + 31d4a78 commit aaaad9e
Show file tree
Hide file tree
Showing 7 changed files with 2,426 additions and 3,519 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,7 @@ testem.log
# System Files
.DS_Store
Thumbs.db

projects/password-strength-meter/node_modules/

projects/password-strength-meter/npm
3 changes: 1 addition & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"optimization": true,
"outputHashing": "all",
"sourceMap": false,
"extractCss": true,
"namedChunks": false,
"extractLicenses": true,
"vendorChunk": false,
Expand Down Expand Up @@ -127,7 +126,7 @@
"prefix": "lib",
"architect": {
"build": {
"builder": "@angular-devkit/build-ng-packagr:build",
"builder": "@angular-devkit/build-angular:ng-packagr",
"options": {
"tsConfig": "projects/password-strength-meter/tsconfig.lib.json",
"project": "projects/password-strength-meter/ng-package.json"
Expand Down

0 comments on commit aaaad9e

Please sign in to comment.