Skip to content

Commit

Permalink
fix(es): wrong path to files (#2295)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Janton authored Aug 24, 2017
1 parent 3821dea commit a437e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import algoliasearchHelper from 'algoliasearch-helper';
import toFactory from 'to-factory';

import InstantSearch from './dist-es6-module/lib/InstantSearch.js';
import version from './dist-es6-module/lib/version.js';
import InstantSearch from './lib/InstantSearch.js';
import version from './lib/version.js';

// import instantsearch from 'instantsearch.js';
// -> provides instantsearch object without connectors and widgets
Expand Down

0 comments on commit a437e19

Please sign in to comment.