diff options
author | Idan Amit <idan.amit@intl.att.com> | 2019-01-08 16:41:23 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2019-01-16 09:13:38 +0000 |
commit | fe65ddd4b7e68a683d4e027f136ac85c8d0b29f4 (patch) | |
tree | 2cce37a407c0d5b48b375a5a60ef15ab24b199fb /catalog-ui/package.json | |
parent | 82be4fb725eef356ccf45a191990973753176ec7 (diff) |
minor fixes to sdc-pubsub
Aligned sdc code to the fixes that were made in the sdc-pubsub library
Change-Id: I54e48e55915dadd3fdb53c0290e013708161aa46
Issue-ID: SDC-2032
Signed-off-by: Idan Amit <idan.amit@intl.att.com>
Diffstat (limited to 'catalog-ui/package.json')
-rw-r--r-- | catalog-ui/package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/package.json b/catalog-ui/package.json index d32506ee3a..1bd49284c8 100644 --- a/catalog-ui/package.json +++ b/catalog-ui/package.json @@ -113,6 +113,7 @@ "restangular": "1.6.1", "rxjs": "5.4.2", "sdc-angular-dragdrop": "1.0.14", + "sdc-pubsub": "1.0.30", "typescript": "2.4.2", "typings": "2.1.0", "underscore": "1.8.3", |