Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
feat: remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul-akibu committed Aug 29, 2019
1 parent 45e750e commit 25d70c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 15 deletions.
7 changes: 2 additions & 5 deletions templates/library-package/ng-package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
{
"$schema": "./node_modules/ng-packagr/ng-package.schema.json",
"whitelistedNonPeerDependencies": ["@iplab/ngx-file-upload","@labshare/data-structures","@labshare/ngx-core-services","@uirouter/angular"],
"whitelistedNonPeerDependencies": ["@labshare/ngx-core-services"],
"lib": {
"entryFile": "public_api.ts",
"umdModuleIds": {
"@labshare/ngx-core-services" : "ngxCoreServices",
"@uirouter/angular": "angular",
"@uirouter/core": "core$1",
"@iplab/ngx-file-upload": "ngxFileUpload"
"@labshare/ngx-core-services" : "ngxCoreServices"
}
},
"dest": "dist"
Expand Down
11 changes: 1 addition & 10 deletions templates/library-package/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@
"prettier:fix": "npm run prettier:cli -- --write"
},
"dependencies": {
"@iplab/ngx-file-upload": "1.1.1",
"@labshare/data-structures": "^3.1.1",
"@labshare/ngx-core-services": "^1.0.0",
"@uirouter/angular": "^4.0.0"
"@labshare/ngx-core-services": "^1.0.0"
},
"devDependencies": {
"@angular/animations": "^8.0.2",
Expand Down Expand Up @@ -102,13 +99,7 @@
"@angular/platform-browser": "^8.0.2",
"@angular/platform-browser-dynamic": "^8.0.2",
"@angular/router": "^8.0.2",
"@ng-bootstrap/ng-bootstrap": "^4.0.3",
"bootstrap": "^4.3.1",
"core-js": "^2.4.1",
"ngx-chips": "^1.9.1",
"ngx-quill": "^4.4.2",
"octicons": "^8.5.0",
"quill": "^1.3.6",
"reflect-metadata": "^0.1.12",
"rxjs": "^6.2.0",
"rxjs-compat": "^6.2.0"
Expand Down

0 comments on commit 25d70c3

Please sign in to comment.