Skip to content

Commit

Permalink
Fix lgtm-standalone.js.
Browse files Browse the repository at this point in the history
Closes #10.
  • Loading branch information
eventualbuddha committed Apr 30, 2015
1 parent dc90920 commit 25d4b7b
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 18 deletions.
121 changes: 103 additions & 18 deletions dist/lgtm-standalone.js

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

3 changes: 3 additions & 0 deletions src/lgtm-standalone.umd.js
Expand Up @@ -3,7 +3,10 @@
// TODO: use this instead: export * from './lgtm';
import { configure, validator, helpers, ObjectValidator } from './lgtm';
import defer from 'rsvp/defer';
import asap from 'rsvp/asap';
import { config } from 'rsvp/config';

config.async = asap;
configure('defer', defer);

export { configure, validator, helpers, ObjectValidator };
Expand Down

0 comments on commit 25d4b7b

Please sign in to comment.