Skip to content

Commit

Permalink
more clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Sep 16, 2018
1 parent 4bab9d9 commit 014e410
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
24 changes: 1 addition & 23 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,28 +95,6 @@
}
}
},
"ngx-schema-form-e2e": {
"root": "e2e/",
"projectType": "application",
"architect": {
"e2e": {
"builder": "@angular-devkit/build-angular:protractor",
"options": {
"protractorConfig": "e2e/protractor.conf.js",
"devServerTarget": "ngx-schema-form:serve"
}
},
"lint": {
"builder": "@angular-devkit/build-angular:tslint",
"options": {
"tsConfig": "e2e/tsconfig.e2e.json",
"exclude": [
"**/node_modules/**"
]
}
}
}
},
"schema-form": {
"root": "projects/schema-form",
"sourceRoot": "projects/schema-form/src",
Expand Down Expand Up @@ -159,4 +137,4 @@
}
},
"defaultProject": "ngx-schema-form"
}
}
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
"build": "ng build",
"build-demo": "ng build --prod --base-href /ngx-schema-form/dist/ngx-schema-form/",
"test": "ng test schema-form --watch=false",
"lint": "ng lint",
"e2e": "ng e2e"
"lint": "ng lint"
},
"private": true,
"dependencies": {
Expand Down Expand Up @@ -48,7 +47,6 @@
"karma-jasmine": "~1.1.1",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^3.0.0-rc.2",
"protractor": "~5.3.0",
"ts-node": "~5.0.1",
"tsickle": ">=0.25.5",
"tslib": "^1.7.1",
Expand Down

0 comments on commit 014e410

Please sign in to comment.