Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
242 changes: 0 additions & 242 deletions .all-contributorsrc

This file was deleted.

21 changes: 12 additions & 9 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": 1,
"newProjectRoot": "projects",
"projects": {
"ngx-intl-tel-input-app": {
"ng-international-phone-field": {
"root": "",
"sourceRoot": "src",
"projectType": "application",
Expand All @@ -13,7 +13,7 @@
"build": {
"builder": "@angular-devkit/build-angular:browser",
"options": {
"outputPath": "dist/ngx-intl-tel-input-app",
"outputPath": "dist/ng-international-phone-field",
"index": "src/index.html",
"main": "src/main.ts",
"polyfills": "src/polyfills.ts",
Expand Down Expand Up @@ -64,18 +64,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ngx-intl-tel-input-app:build"
"browserTarget": "ng-international-phone-field:build"
},
"configurations": {
"production": {
"browserTarget": "ngx-intl-tel-input-app:build:production"
"browserTarget": "ng-international-phone-field:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-intl-tel-input-app:build"
"browserTarget": "ng-international-phone-field:build"
}
},
"test": {
Expand All @@ -102,7 +102,7 @@
}
}
},
"ngx-intl-tel-input-app-e2e": {
"ng-international-phone-field-e2e": {
"root": "e2e/",
"projectType": "application",
"prefix": "",
Expand All @@ -111,11 +111,11 @@
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "ngx-intl-tel-input-app:serve"
"devServerTarget": "ng-international-phone-field:serve"
},
"configurations": {
"production": {
"devServerTarget": "ngx-intl-tel-input-app:serve:production"
"devServerTarget": "ng-international-phone-field:serve:production"
}
}
},
Expand Down Expand Up @@ -162,5 +162,8 @@
}
}
},
"defaultProject": "ngx-intl-tel-input-app"
"defaultProject": "ng-international-phone-field",
"cli": {
"analytics": "a74c84ab-06f6-48bf-95d3-47951d15a456"
}
}
2 changes: 1 addition & 1 deletion e2e/src/app.e2e-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ describe('workspace-project App', () => {

it('should display welcome message', () => {
page.navigateTo();
expect(page.getTitleText()).toEqual('Welcome to ngx-intl-tel-input-app!');
expect(page.getTitleText()).toEqual('Welcome to ng-international-phone-field!');
});
});
Loading