Skip to content

Commit

Permalink
chore(build): fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
Dotan Simha authored and Dotan Simha committed Nov 23, 2016
1 parent 1de61a4 commit 28ac86a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export declare type CallbacksObject = {
onReady?: Function;
onError?: Function;
onStop?: Function;
}
};

export declare type MeteorCallbacks = ((...args) => any) | CallbacksObject;

Expand Down
2 changes: 0 additions & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
"forin": true,
"indent": [true, "spaces"],
"label-position": true,
"label-undefined": true,
"max-line-length": [true, 150],
"member-access": false,
"member-ordering": [true,
Expand Down Expand Up @@ -35,7 +34,6 @@
"no-switch-case-fall-through": true,
"no-trailing-whitespace": true,
"no-unused-expression": true,
"no-unused-variable": true,
"no-use-before-declare": true,
"no-var-keyword": false,
"object-literal-sort-keys": true,
Expand Down

0 comments on commit 28ac86a

Please sign in to comment.