Skip to content

Commit

Permalink
Merge pull request #11 from dfahlander/master
Browse files Browse the repository at this point in the history
Add missing export in index.d.ts
  • Loading branch information
dfahlander authored Feb 24, 2017
2 parents e5e1d7b + 847b91e commit c3c0a85
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ declare module 'dexie' {
}
}
}

declare var dexieRelationships: (db: Dexie) => void;

export default dexieRelationships;
2 changes: 1 addition & 1 deletion dist/index.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dexie-relationships",
"version": "1.2.2",
"version": "1.2.3",
"description": "Dexie relationship plugin",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions test/browser/bundle.js

Large diffs are not rendered by default.

0 comments on commit c3c0a85

Please sign in to comment.