Skip to content

Commit

Permalink
fix: move ng2-completer to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nnixaa committed Jun 28, 2018
1 parent cf59d21 commit aa62510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ng2-smart-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"akveo"
],
"dependencies": {
"lodash": "^4.17.10",
"ng2-completer": "^1.6.3"
"lodash": "^4.17.10"
},
"peerDependencies": {
"ng2-completer": "^2.0.8",
"@angular/common": "^6.0.1",
"@angular/core": "^6.0.1",
"@angular/forms": "^6.0.1"
Expand Down

0 comments on commit aa62510

Please sign in to comment.