From 8a0aacc16f016480914c3e0799719f726b4c54b8 Mon Sep 17 00:00:00 2001 From: Idan Amit Date: Thu, 19 Jul 2018 15:25:18 +0300 Subject: sdc-pubsub repository organize Updated ignore files Change-Id: I51af88117726507c8a1ed6b7c12e90ceb2e8f51b Issue-ID: SDC-1537 Signed-off-by: Idan Amit --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package.json') diff --git a/package.json b/package.json index 9bbe3d0..56915c0 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "sdc-pubsub", - "version": "1.0.15", + "version": "1.0.18", "description": "Publish Subscribe library using post message for sdc plugins", "main": "index.js", "author": "Idan Amit", "license": "Apache-2.0", "scripts": { - "clean": "rimraf dist && rimraf lib", - "build": "webpack --mode development" + "clean": "rimraf dist", + "build": "tsc && webpack --mode development" }, "keywords": [ "sdc", -- cgit 1.2.3-korg