1
0
Fork 0

Merge remote-tracking branch 'origin/develop'

This commit is contained in:
Maxime Locqueville 2016-08-03 13:52:14 -07:00
commit a300d029b8
3 changed files with 5 additions and 6 deletions

View file

@ -61,10 +61,9 @@
},
"peerDependencies": {},
"dependencies": {
"algoliasearch": "^3.15.0",
"autocomplete.js": "^0.20.0",
"algoliasearch": "^3.18.0",
"autocomplete.js": "^0.21.3",
"hogan.js": "^3.0.2",
"npm-zepto": "^1.1.7",
"to-factory": "^1.0.0"
}
}

View file

@ -1,10 +1,10 @@
import Hogan from 'hogan.js';
import algoliasearch from 'algoliasearch';
import algoliasearch from 'algoliasearch/lite';
import autocomplete from 'autocomplete.js';
import templates from './templates.js';
import utils from './utils.js';
import version from './version.js';
import $ from 'npm-zepto';
import $ from 'autocomplete.js/zepto.js';
/**
* Adds an autocomplete dropdown to an input field

View file

@ -1,4 +1,4 @@
import $ from 'npm-zepto';
import $ from 'autocomplete.js/zepto.js';
let utils = {
/*