1
0
mirror of https://github.com/bitwarden/web synced 2026-01-05 10:03:29 +00:00

postinstall task for fixing sweetalert typings

This commit is contained in:
Kyle Spearrin
2019-01-25 15:05:22 -05:00
parent b5726393f3
commit e6cec93f2c
3 changed files with 42 additions and 28 deletions

View File

@@ -5,7 +5,7 @@
"sub:init": "git submodule update --init --recursive",
"sub:update": "git submodule update --remote",
"sub:pull": "git submodule foreach git pull",
"postinstall": "npm run sub:init",
"postinstall": "npm run sub:init && gulp postinstall",
"build": "gulp prebuild && webpack",
"build:watch": "gulp prebuild && webpack-dev-server",
"build:prod": "gulp prebuild && cross-env NODE_ENV=production webpack",
@@ -85,7 +85,7 @@
"popper.js": "1.14.4",
"qrious": "4.0.2",
"rxjs": "6.3.3",
"sweetalert": "2.1.0",
"sweetalert": "2.1.2",
"web-animations-js": "2.3.1",
"webcrypto-shim": "0.1.4",
"whatwg-fetch": "3.0.0",