Updated bower dependencies for client.
This commit is contained in:
parent
1b47de7c5f
commit
fe5b68e1c4
136 changed files with 7596 additions and 9284 deletions
10
app/bower_components/lodash/.travis.yml
vendored
10
app/bower_components/lodash/.travis.yml
vendored
|
@ -35,7 +35,7 @@ git:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
- 4.17.5
|
||||
- 4.17
|
||||
|
||||
notifications:
|
||||
webhooks:
|
||||
|
@ -87,10 +87,10 @@ install:
|
|||
# Install packages.
|
||||
- yarn
|
||||
|
||||
# Use lodash-cli from GitHub.
|
||||
- git clone --depth=10 --branch=master git://github.com/lodash/lodash-cli ./node_modules/lodash-cli
|
||||
- mkdir -p ./node_modules/lodash-cli/node_modules/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp ../../../../package.json ./package.json
|
||||
- cd ../../; npm i --production; cd ../../
|
||||
# Use lodash-cli from GitHub. Temporarily use a fork.
|
||||
- git clone --depth=10 --branch=master git://github.com/bnjmnt4n/lodash-cli ./node_modules/lodash-cli
|
||||
- cd ./node_modules/lodash-cli/; npm i --production; cd ../../
|
||||
- mkdir -p ./node_modules/lodash-cli/node_modules/lodash; cd $_; cp ../../../../lodash.js ./lodash.js; cp ../../../../package.json ./package.json; cd ../../../../
|
||||
|
||||
script:
|
||||
# Detect code coverage.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue