Skip to content

Commit

Permalink
Merge pull request #332 from recurly/fix-module-resolve
Browse files Browse the repository at this point in the history
Fixes dependent module resolution to main
  • Loading branch information
csmb authored Feb 27, 2017
2 parents dac1dea + db3b050 commit 8edc0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {Recurly} from 'lib/recurly';
import {Recurly} from './lib/recurly';

/**
* Export a single instance.
Expand Down

0 comments on commit 8edc0ca

Please sign in to comment.