Skip to content

Commit

Permalink
Update sweetalert2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
joelthorner committed Sep 2, 2019
1 parent e4186b1 commit 76949a0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const libsJs = [
'node_modules/huebee/dist/huebee.pkgd.min.js',
'node_modules/popper.js/dist/umd/popper.min.js',
'node_modules/node-snackbar/dist/snackbar.min.js',
'node_modules/sweetalert2/dist/sweetalert2.all.min.js',
]

const scssBootstrap = [
Expand Down
4 changes: 2 additions & 2 deletions js/libs/sweetalert2.all.min.js

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"js-cookie": "^2.2.1",
"moment": "^2.24.0",
"node-snackbar": "^0.1.15",
"popper.js": "^1.15.0"
"popper.js": "^1.15.0",
"sweetalert2": "^8.17.1"
},
"devDependencies": {
"gulp": "^4.0.2"
Expand Down

0 comments on commit 76949a0

Please sign in to comment.