aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorIdan Amit <idan.amit@intl.att.com>2019-01-03 18:18:37 +0200
committerOfir Sonsino <ofir.sonsino@intl.att.com>2019-01-06 09:18:00 +0000
commitbbeb590aaff56ff3364b852f6149b220581b58a1 (patch)
treec775c17faead68b8b7658516715a41a88476031c /package.json
parent3cd900684dc33d5ca07e977df724a0c179a91fa9 (diff)
Fixed minor issues in sdc-pubusb
Change-Id: I9d667fbb1740376e686824335f2dbae242f8d00c Issue-ID: SDC-2032 Signed-off-by: Idan Amit <idan.amit@intl.att.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 455d508..65a23cf 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "sdc-pubsub",
- "version": "1.0.21",
+ "version": "1.0.28",
"description": "Publish Subscribe library using post message for sdc plugins",
"main": "index.js",
"author": "Idan Amit",
@@ -22,11 +22,11 @@
},
"devDependencies": {
"@types/jest": "^23.3.1",
- "awesome-typescript-loader": "^3.1.3",
"jest": "^23.4.2",
"jest-sonar-reporter": "^2.0.0",
"rimraf": "^2.6.2",
"ts-jest": "^23.0.1",
+ "ts-loader": "^5.3.2",
"tslint": "^5.11.0",
"tslint-sonarts": "^1.7.0",
"typescript": "2.7.2",