1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

Upgrade to NodeJS 12

Update javascript deps to latest version.
Rebuild assets

- Keep `stylehint` in a lower version because starting at v9.0.0 it generates too much errors. We might fix them later.
- Don't touch `materialize-css` to avoid too much side effect. We might update it later (to 1.0.0).
This commit is contained in:
Jeremy Benoist 2020-08-25 12:22:29 +02:00
parent 092cab5695
commit dce3c84c9c
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C
20 changed files with 3824 additions and 3157 deletions

View file

@ -1,5 +1,10 @@
{
"presets": [
["env", {"modules": false}]
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
]
]
}