aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--.gitignore3
-rw-r--r--.npmignore10
-rw-r--r--package.json6
-rw-r--r--version.properties2
4 files changed, 15 insertions, 6 deletions
diff --git a/.gitignore b/.gitignore
index 93d5f49..48f4a65 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,4 +4,5 @@ node_modules/
**/*.d.ts
**/*.js.map
**/*.js
-!webpack.config.js \ No newline at end of file
+!webpack.config.js
+npm-debug.log \ No newline at end of file
diff --git a/.npmignore b/.npmignore
index 2622b1d..5c6c56b 100644
--- a/.npmignore
+++ b/.npmignore
@@ -2,4 +2,12 @@
!**/*.d.ts
**/*.js.map
node_modules/
-tsconfig.json \ No newline at end of file
+tsconfig.json
+webpack.config.js
+version.properties
+.gitreview
+.gitattributes
+.idea/
+.gitignore
+.npm-debug.log
+INFO.yaml \ No newline at end of file
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",
diff --git a/version.properties b/version.properties
index 66914f1..4d6d32e 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major=1
minor=0
-patch=14
+patch=16
base_version=${major}.${minor}.${patch}