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

Commit

Permalink
fix: remove dependency editor (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
vikram-raj authored and edewit committed Oct 25, 2018
1 parent a7f498b commit ee80b79
Show file tree
Hide file tree
Showing 22 changed files with 1,455 additions and 1,679 deletions.
2,654 changes: 1,437 additions & 1,217 deletions package-lock.json

Large diffs are not rendered by default.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,23 @@
"npm": ">= 5.5.0"
},
"dependencies": {
"@angular/animations": "^6.1.1",
"@angular/common": "^6.1.1",
"@angular/core": "^6.1.1",
"@angular/compiler": "^6.1.1",
"@angular/animations": "^6.1.1",
"@angular/core": "^6.1.1",
"@angular/forms": "^6.1.1",
"@angular/http": "^6.1.1",
"@angular/platform-browser": "^6.1.1",
"@angular/platform-browser-dynamic": "^6.1.1",
"@angular/router": "^6.1.1",
"core-js": "^2.5.4",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26",
"ngx-base": "^3.1.1",
"lodash": "^4.17.10",
"ngx-base": "^3.1.1",
"ngx-modal": "0.0.29",
"patternfly": "^3.28.0",
"patternfly-ng": "^4.0.1"
"patternfly-ng": "^4.0.1",
"rxjs": "^6.0.0",
"zone.js": "^0.8.26"
},
"devDependencies": {
"@angular-devkit/build-angular": "~0.7.4",
Expand Down
27 changes: 3 additions & 24 deletions projects/ngx-launcher/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions projects/ngx-launcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@
"ngx-base": "^3.1.1",
"ngx-bootstrap": "^3.0.1",
"patternfly": "^3.28.0",
"patternfly-ng": "^4.0.1",
"fabric8-analytics-dependency-editor": "^1.0.3"
"patternfly-ng": "^4.0.1"
},
"peerDependencies": {
"@angular/common": "^6.1.1",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit ee80b79

Please sign in to comment.