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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user