sdc-pubsub repository organize 99/56899/1
authorIdan Amit <ia096e@intl.att.com>
Thu, 19 Jul 2018 12:25:18 +0000 (15:25 +0300)
committerIdan Amit <ia096e@intl.att.com>
Thu, 19 Jul 2018 13:00:31 +0000 (16:00 +0300)
Updated ignore files

Change-Id: I51af88117726507c8a1ed6b7c12e90ceb2e8f51b
Issue-ID: SDC-1537
Signed-off-by: Idan Amit <ia096e@intl.att.com>
.gitignore
.npmignore
package.json
version.properties

index 93d5f49..48f4a65 100644 (file)
@@ -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
index 2622b1d..5c6c56b 100644 (file)
@@ -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
index 9bbe3d0..56915c0 100644 (file)
@@ -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",
index 66914f1..4d6d32e 100644 (file)
@@ -5,7 +5,7 @@
 
 major=1
 minor=0
-patch=14
+patch=16
 
 base_version=${major}.${minor}.${patch}