From df75bee27d8a49ede7ecd7a78f36c47f3a4ea761 Mon Sep 17 00:00:00 2001 From: Jacob Heun Date: Fri, 18 Oct 2019 13:39:17 +0200 Subject: [PATCH] refactor: move connection --- .gitignore => new-src/connection/.gitignore | 0 .npmignore => new-src/connection/.npmignore | 0 .travis.yml => new-src/connection/.travis.yml | 0 CHANGELOG.md => new-src/connection/CHANGELOG.md | 0 LICENSE => new-src/connection/LICENSE | 0 README.md => new-src/connection/README.md | 0 {src => new-src/connection}/connection.js | 0 {img => new-src/connection/img}/badge.png | Bin {img => new-src/connection/img}/badge.sketch | Bin {img => new-src/connection/img}/badge.svg | 0 {src => new-src/connection}/index.js | 0 package.json => new-src/connection/package.json | 0 .../connection/test}/compliance.spec.js | 0 {test => new-src/connection/test}/connection.js | 0 {test => new-src/connection/test}/utils/peers.js | 0 {src => new-src/connection}/tests.js | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename .gitignore => new-src/connection/.gitignore (100%) rename .npmignore => new-src/connection/.npmignore (100%) rename .travis.yml => new-src/connection/.travis.yml (100%) rename CHANGELOG.md => new-src/connection/CHANGELOG.md (100%) rename LICENSE => new-src/connection/LICENSE (100%) rename README.md => new-src/connection/README.md (100%) rename {src => new-src/connection}/connection.js (100%) rename {img => new-src/connection/img}/badge.png (100%) rename {img => new-src/connection/img}/badge.sketch (100%) rename {img => new-src/connection/img}/badge.svg (100%) rename {src => new-src/connection}/index.js (100%) rename package.json => new-src/connection/package.json (100%) rename {test => new-src/connection/test}/compliance.spec.js (100%) rename {test => new-src/connection/test}/connection.js (100%) rename {test => new-src/connection/test}/utils/peers.js (100%) rename {src => new-src/connection}/tests.js (100%) diff --git a/.gitignore b/new-src/connection/.gitignore similarity index 100% rename from .gitignore rename to new-src/connection/.gitignore diff --git a/.npmignore b/new-src/connection/.npmignore similarity index 100% rename from .npmignore rename to new-src/connection/.npmignore diff --git a/.travis.yml b/new-src/connection/.travis.yml similarity index 100% rename from .travis.yml rename to new-src/connection/.travis.yml diff --git a/CHANGELOG.md b/new-src/connection/CHANGELOG.md similarity index 100% rename from CHANGELOG.md rename to new-src/connection/CHANGELOG.md diff --git a/LICENSE b/new-src/connection/LICENSE similarity index 100% rename from LICENSE rename to new-src/connection/LICENSE diff --git a/README.md b/new-src/connection/README.md similarity index 100% rename from README.md rename to new-src/connection/README.md diff --git a/src/connection.js b/new-src/connection/connection.js similarity index 100% rename from src/connection.js rename to new-src/connection/connection.js diff --git a/img/badge.png b/new-src/connection/img/badge.png similarity index 100% rename from img/badge.png rename to new-src/connection/img/badge.png diff --git a/img/badge.sketch b/new-src/connection/img/badge.sketch similarity index 100% rename from img/badge.sketch rename to new-src/connection/img/badge.sketch diff --git a/img/badge.svg b/new-src/connection/img/badge.svg similarity index 100% rename from img/badge.svg rename to new-src/connection/img/badge.svg diff --git a/src/index.js b/new-src/connection/index.js similarity index 100% rename from src/index.js rename to new-src/connection/index.js diff --git a/package.json b/new-src/connection/package.json similarity index 100% rename from package.json rename to new-src/connection/package.json diff --git a/test/compliance.spec.js b/new-src/connection/test/compliance.spec.js similarity index 100% rename from test/compliance.spec.js rename to new-src/connection/test/compliance.spec.js diff --git a/test/connection.js b/new-src/connection/test/connection.js similarity index 100% rename from test/connection.js rename to new-src/connection/test/connection.js diff --git a/test/utils/peers.js b/new-src/connection/test/utils/peers.js similarity index 100% rename from test/utils/peers.js rename to new-src/connection/test/utils/peers.js diff --git a/src/tests.js b/new-src/connection/tests.js similarity index 100% rename from src/tests.js rename to new-src/connection/tests.js