mirror of
https://github.com/bitwarden/browser
synced 2025-12-26 21:23:34 +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 build && webpack",
|
||||
"build:watch": "gulp build && webpack --watch",
|
||||
"build:prod": "gulp build && cross-env NODE_ENV=production webpack",
|
||||
@@ -98,7 +98,7 @@
|
||||
"node-forge": "0.7.6",
|
||||
"papaparse": "4.6.0",
|
||||
"rxjs": "6.3.3",
|
||||
"sweetalert": "2.1.0",
|
||||
"sweetalert": "2.1.2",
|
||||
"tldjs": "2.3.1",
|
||||
"web-animations-js": "2.3.1",
|
||||
"zone.js": "0.8.28",
|
||||
|
||||
Reference in New Issue
Block a user