1
0
mirror of https://github.com/Luzifer/password.git synced 2024-09-18 18:02:56 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
ac72a04c53
Move JS build to esbuild / resolve vulnerabilities
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2022-06-27 21:36:28 +02:00
35638c03aa
npm update / audit fix / bundle update
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-08-02 01:54:04 +02:00
302daa27b7
Fix NPM audit issues, re-generate bundled JS
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2020-03-15 13:00:26 +01:00
c15fa0e54b
npm audit fix
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-12-28 21:32:58 +01:00
2f3688a0da
[#6] Add support for xkcd separator to CLI / WebUI
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-12-01 13:29:08 +01:00
aad5aeaf79
Fix node package vulnerabilities, switch to NPM
Yarn does not support automatic fix of vulnerabilities (yarnpkg/yarn#7075) so use NPM which does

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-07-14 00:08:25 +02:00
7cce1357fe
Port application to Bootstrap 4
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-01-01 14:37:21 +01:00
baa5d41ba0
Ensure fonts are loaded from local instead of gfonts
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-12-30 13:43:38 +01:00
032281ba56
Port from coffeescript to plain ES6
- Use Babel to transpile sources
- Use Webpack to include all libraries

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-12-30 12:40:19 +01:00