YARN-10055. bower install fails. (#1778)
This commit is contained in:
parent
c44943d1fc
commit
34ff7dbaf5
|
@ -23,6 +23,6 @@
|
||||||
"select2": "4.0.0",
|
"select2": "4.0.0",
|
||||||
"snippet-ss": "~1.11.0",
|
"snippet-ss": "~1.11.0",
|
||||||
"alasql": "^0.4.3",
|
"alasql": "^0.4.3",
|
||||||
"abdmob/x2js": "1.2.0"
|
"x2js": "1.2.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -51,7 +51,7 @@ module.exports = function(defaults) {
|
||||||
app.import('bower_components/bootstrap/dist/css/bootstrap-theme.css');
|
app.import('bower_components/bootstrap/dist/css/bootstrap-theme.css');
|
||||||
app.import('bower_components/bootstrap/dist/js/bootstrap.min.js');
|
app.import('bower_components/bootstrap/dist/js/bootstrap.min.js');
|
||||||
app.import('bower_components/alasql/dist/alasql.js');
|
app.import('bower_components/alasql/dist/alasql.js');
|
||||||
app.import('bower_components/abdmob/x2js/xml2json.js');
|
app.import('bower_components/x2js/xml2json.js');
|
||||||
|
|
||||||
// Use `app.import` to add additional libraries to the generated
|
// Use `app.import` to add additional libraries to the generated
|
||||||
// output files.
|
// output files.
|
||||||
|
|
Loading…
Reference in New Issue