Skip to content

Commit

Permalink
fix(vex): missing setter in the api
Browse files Browse the repository at this point in the history
chore: set main to index.js in npm
  • Loading branch information
Shlomi Assaf (shlassaf) committed Jun 14, 2016
1 parent dde8118 commit 2699bf5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/angular2-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
],
"author": "Shlomi Assaf",
"license": "MIT",
"main": "angular2-modal.js",
"main": "index.js",
"typings": "angular2-modal.d.ts",
"homepage": "https://github.com/shlomiassaf/angular2-modal",
"bugs": {
Expand Down
3 changes: 2 additions & 1 deletion src/components/angular2-modal/plugins/vex/modal-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ const DEFAULT_SETTERS = [
'className',
'overlayClassName',
'contentClassName',
'closeClassName'
'closeClassName',
'showCloseButton'
];

export type VEXBuiltInThemes
Expand Down

0 comments on commit 2699bf5

Please sign in to comment.