Skip to content

Commit

Permalink
Merge branch 'release/1.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
pheim1 committed May 23, 2022
2 parents 6431373 + bbd7e75 commit 5ccfec2
Show file tree
Hide file tree
Showing 9 changed files with 19,911 additions and 13,187 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ speed-measure-plugin*.json
.history/*

# misc
/.angular/cache
/.sass-cache
/connect.lock
/coverage
Expand Down
21 changes: 0 additions & 21 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,6 @@
"tsConfig": "projects/ng-modal-factory/tsconfig.spec.json",
"karmaConfig": "projects/ng-modal-factory/karma.conf.js"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ng-modal-factory/tsconfig.lib.json",
"projects/ng-modal-factory/tsconfig.spec.json"
],
"exclude": ["**/node_modules/**"]
}
}
}
},
Expand Down Expand Up @@ -137,17 +127,6 @@
"scripts": []
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": [
"projects/ng-modal-factory-example/tsconfig.app.json",
"projects/ng-modal-factory-example/tsconfig.spec.json",
"projects/ng-modal-factory-example/e2e/tsconfig.json"
],
"exclude": ["**/node_modules/**"]
}
},
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
Expand Down
Loading

0 comments on commit 5ccfec2

Please sign in to comment.