Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit d7d042e

Browse files
committed
package bumps
1 parent 6fb0af9 commit d7d042e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

create.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#!/bin/bash
22
set -e
33

4-
CI_VERSION=3.0.0
5-
LODASH_VERSION=3.10.1
6-
BOOTSTRAP_VERSION=3.3.5
7-
FA_VERSION=4.4.0
4+
CI_VERSION=3.0.6
5+
LODASH_VERSION=4.11.0
6+
BOOTSTRAP_VERSION=3.3.6
7+
FA_VERSION=4.6.2
88
CI_REST_VERSION=2.7.2
99

1010
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
@@ -26,7 +26,7 @@ mkdir ${BUILD_DIR}/assets/css
2626
mkdir ${BUILD_DIR}/assets/fonts
2727

2828
# LODASH
29-
wget https://raw.githubusercontent.com/lodash/lodash/${LODASH_VERSION}/lodash.min.js
29+
wget https://raw.githubusercontent.com/lodash/lodash/${LODASH_VERSION}/dist/lodash.min.js
3030
mv lodash.min.js ${BUILD_DIR}/assets/js
3131

3232
# BOOTSTRAP

0 commit comments

Comments
 (0)