commit | a2c544de543343ad4135f0419f1548ed1cf502cb | [log] [tgz] |
---|---|---|
author | Idan Amit <ia096e@intl.att.com> | Thu Jul 19 12:05:50 2018 +0300 |
committer | Idan Amit <ia096e@intl.att.com> | Thu Jul 19 13:30:34 2018 +0300 |
tree | a89bfc6b50a322a2411fd4941c3afe1f57474471 | |
parent | 5c580897a8a46398876dd40ae58758663eed52d9 [diff] [blame] |
sdc-pubsub first commit Committed sdc-pubsub code for the first time to LF repo Change-Id: I1e26f7fe8b2f1747169e3101e0705d1c89d3f56b Issue-ID: SDC-1537 Signed-off-by: Idan Amit <ia096e@intl.att.com>
diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..2622b1d --- /dev/null +++ b/.npmignore
@@ -0,0 +1,5 @@ +**/*.ts +!**/*.d.ts +**/*.js.map +node_modules/ +tsconfig.json \ No newline at end of file