1
0
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:
Kyle Spearrin
2019-01-25 15:05:18 -05:00
parent c9d12fd42e
commit bbad22244c
3 changed files with 28 additions and 37 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 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",