1
0
Fork 0

chore(deps): updated deps & reduce overall lib size using the lite API client (#133)

This commit is contained in:
Sylvain Utard 2016-08-03 22:39:14 +02:00 committed by maxiloc
parent de685238cf
commit ac2e260391
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 = {
/*