fix bad import of babel-polyfill

This commit is contained in:
Kevin Ross 2016-04-29 15:37:27 -05:00
parent 601d8a96b1
commit c159915e57
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
*/
/* eslint-disable no-unused-vars */
import '../../picker.js/node_modules/babel-polyfill/dist/polyfill'
import 'babel-polyfill/dist/polyfill'
import 'bootstrap'
// invalidComponentMatches is currently disabled due to https://github.com/rollup/rollup/issues/428#issuecomment-170066452

View File

@ -33,7 +33,7 @@
},
"license": "MIT",
"dependencies": {
"babel-polyfill": "^6.7",
"babel-polyfill": "^6.7.4",
"bootstrap": "twbs/bootstrap#v4-dev",
"jquery": "^2.2",
"tether": "^1.3.2"