Skip to content

Commit bc84a2b

Browse files
committed
Updated config
1 parent 8552cd7 commit bc84a2b

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

angular.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@
127127
}
128128
}
129129
},
130-
"defaultProject": "angular-http-basic-auth-example",
131130
"cli": {
132-
"defaultCollection": "@angular-eslint/schematics"
131+
"schematicCollections": [
132+
"@angular-eslint/schematics"
133+
]
133134
}
134135
}

package.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,23 @@
22
{
33
"name": "angular-http-basic-auth-example",
44
"version": "1.0.0",
5+
"description": "Example using HTTP Basic authentication with Angular",
6+
"author": "Bernardo Mart�nez Garrido",
7+
"homepage": "https://github.com/Bernardo-MG/angular-http-basic-auth-example",
8+
"license": "MIT",
9+
"keywords": [
10+
"example", "HTTP basic"
11+
],
12+
"repository": {
13+
"type": "git",
14+
"url": "git@github.com:bernardo-mg/angular-http-basic-auth-example.git"
15+
},
16+
"bugs": {
17+
"url": "https://www.github.com/bernardo-mg/angular-http-basic-auth-example/issues"
18+
},
519
"scripts": {
620
"ng": "ng",
7-
"start": "ng serve",
21+
"start": "ng serve --open",
822
"build": "ng build",
923
"watch": "ng build --watch --configuration development",
1024
"test": "ng test",

0 commit comments

Comments
 (0)