Skip to content

Commit 6bb851b

Browse files
authored
Merge pull request #51 from EOSIO/cleanup
Cleanup
2 parents 296fede + dd08fb6 commit 6bb851b

File tree

4 files changed

+3
-7
lines changed

4 files changed

+3
-7
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# See https://help.github.com/ignore-files/ for more about ignoring files.
2-
31
# dependencies
42
node_modules/
53

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
export { MassiveActionHandler } from './MassiveActionHandler'
22
export { Migration } from './Migration'
33
export { MigrationRunner } from './MigrationRunner'
4+
export { MigrationSequence } from './interfaces'

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"compilerOptions": {
33
"target": "es6",
44
"module": "commonjs",
5-
"declaration": true,
5+
"declaration": true,
66
"outDir": "dist",
7+
"sourceMap": true,
78

89
"strict": true,
910
"noImplicitAny": true,

typings.d.ts

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)