Skip to content

Commit

Permalink
Cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Jan 31, 2018
1 parent f98084f commit 3147016
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import DexiePromise from './helpers/promise';
import { mapError } from './errors';
import { Dexie } from './classes/dexie';
import { DexieConstructor } from './public/types/dexie-constructor';
import { DexiePromise } from './helpers/promise';
import { mapError } from './errors';
import * as Debug from './helpers/debug';
import { dexieStackFrameFilter } from './globals/constants';
import { initDatabaseEnumerator } from './helpers/database-enumerator';
Expand Down
3 changes: 0 additions & 3 deletions src/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@
},
"dirs": [
"."
],
"exclude": [
"_old"
]
}

0 comments on commit 3147016

Please sign in to comment.