From 9ef72f1d47469d60f2e0deb6a6ea437d16736478 Mon Sep 17 00:00:00 2001 From: Andy Hanson Date: Tue, 6 Sep 2016 06:54:02 -0700 Subject: [PATCH] Rename `pouchdb__tmp` to `pouchdb` --- {pouchdb__tmp => pouchdb}/index.d.ts | 0 {pouchdb__tmp => pouchdb}/pouch-tests.ts | 0 {pouchdb__tmp => pouchdb}/tsconfig.json | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {pouchdb__tmp => pouchdb}/index.d.ts (100%) rename {pouchdb__tmp => pouchdb}/pouch-tests.ts (100%) rename {pouchdb__tmp => pouchdb}/tsconfig.json (100%) diff --git a/pouchdb__tmp/index.d.ts b/pouchdb/index.d.ts similarity index 100% rename from pouchdb__tmp/index.d.ts rename to pouchdb/index.d.ts diff --git a/pouchdb__tmp/pouch-tests.ts b/pouchdb/pouch-tests.ts similarity index 100% rename from pouchdb__tmp/pouch-tests.ts rename to pouchdb/pouch-tests.ts diff --git a/pouchdb__tmp/tsconfig.json b/pouchdb/tsconfig.json similarity index 100% rename from pouchdb__tmp/tsconfig.json rename to pouchdb/tsconfig.json