aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2018-07-19 15:25:18 +0300
committerIdan Amit <ia096e@intl.att.com>2018-07-19 16:00:31 +0300
commit8a0aacc16f016480914c3e0799719f726b4c54b8 (patch)
tree845511c306aa27a48b480dbf932ee6c936d5ec83 /package.json
parentbb656c1e23ba1a6213e2025318e48bea90dbff95 (diff)
sdc-pubsub repository organize
Updated ignore files Change-Id: I51af88117726507c8a1ed6b7c12e90ceb2e8f51b Issue-ID: SDC-1537 Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
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",