Skip to content

Commit

Permalink
fix(project): error in angular.json file fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyNahas committed Nov 25, 2019
1 parent 254d6d6 commit f152b5d
Show file tree
Hide file tree
Showing 6 changed files with 4,318 additions and 14,412 deletions.
25 changes: 2 additions & 23 deletions demo/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"schematics": {
"@schematics/angular:component": {
"styleext": "scss"
},
}
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
Expand Down Expand Up @@ -137,28 +138,6 @@
}
}
}
},
"ngx-linkifyjs-demo-e2e": {
"root": "e2e/",
"projectType": "application",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "ngx-linkifyjs-demo:serve"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
}
},
"defaultProject": "ngx-linkifyjs-demo"
Expand Down
Loading

0 comments on commit f152b5d

Please sign in to comment.