summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBence Hornák2020-05-02 18:42:28 +0200
committerBence Hornák2020-05-02 18:43:42 +0200
commit69a82096ea16b49f2c92313a1bad4f280f902d44 (patch)
treec9fdc0be43619fa1378437aa6cb051585160b485
parent8a751d2e94980b647c34e7bb065045c0c61ca99d (diff)
downloadaur-69a82096ea16b49f2c92313a1bad4f280f902d44.tar.gz
Fix moment issue
https://github.com/moment/moment/issues/4505
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 498fbdd279fd..235bcb3e6f14 100644
--- a/package.json
+++ b/package.json
@@ -57,5 +57,8 @@
"scripts": {
"build": "electron-rebuild && theia build --mode production",
"start": "theia start"
+ },
+ "resolutions": {
+ "**/moment": "2.24.0"
}
} \ No newline at end of file