From 01410a5d380fd9e64e499a2dacac8fbbc88ee490 Mon Sep 17 00:00:00 2001 From: Elad Zelingher Date: Sat, 25 Jun 2016 10:51:41 +0300 Subject: [PATCH] Rename rxwamp.d.ts to rx-wamp.d.ts --- rx.wamp/{rxwamp-tests.ts => rx-wamp-tests.ts} | 2 +- rx.wamp/{rxwamp.d.ts => rx-wamp.d.ts} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename rx.wamp/{rxwamp-tests.ts => rx-wamp-tests.ts} (99%) rename rx.wamp/{rxwamp.d.ts => rx-wamp.d.ts} (100%) diff --git a/rx.wamp/rxwamp-tests.ts b/rx.wamp/rx-wamp-tests.ts similarity index 99% rename from rx.wamp/rxwamp-tests.ts rename to rx.wamp/rx-wamp-tests.ts index 4b649ecc68..c51eff3744 100644 --- a/rx.wamp/rxwamp-tests.ts +++ b/rx.wamp/rx-wamp-tests.ts @@ -1,4 +1,4 @@ -/// +/// /// function nodeJS(session: autobahn.Session) { diff --git a/rx.wamp/rxwamp.d.ts b/rx.wamp/rx-wamp.d.ts similarity index 100% rename from rx.wamp/rxwamp.d.ts rename to rx.wamp/rx-wamp.d.ts