From ad9313055c54f0657722b34844f0e82ec7ca1e55 Mon Sep 17 00:00:00 2001 From: Lukas Bestle Date: Sun, 28 Oct 2018 15:42:05 +0100 Subject: [PATCH] Add Promise polyfill for IE --- .gitmodules | 2 +- package-lock.json | 5 +++++ package.json | 1 + site/patterns | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 292a4cc..6c49b19 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,7 +3,7 @@ url = https://github.com/getkirby/kirby.git [submodule "site/patterns"] path = site/patterns - url = https://git.codesignd.com/sites/patterns.git + url = cddgit@git.codesignd.com:sites/patterns.git [submodule "site/plugins/cachebuster"] path = site/plugins/cachebuster url = https://github.com/getkirby-plugins/cachebuster-plugin.git diff --git a/package-lock.json b/package-lock.json index cde2e66..5062fcd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4571,6 +4571,11 @@ "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", "dev": true }, + "promise-polyfill": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/promise-polyfill/-/promise-polyfill-8.1.0.tgz", + "integrity": "sha512-OzSf6gcCUQ01byV4BgwyUCswlaQQ6gzXc23aLQWhicvfX9kfsUiUhgt3CCQej8jDnl8/PhGF31JdHX2/MzF3WA==" + }, "pseudomap": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", diff --git a/package.json b/package.json index c88bb4e..ca1d112 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "element-closest": "2.0.2", "flexismooth": "1.0.0", "prismjs": "1.15.0", + "promise-polyfill": "8.1.0", "whatwg-fetch": "3.0.0" }, "devDependencies": { diff --git a/site/patterns b/site/patterns index 69b3f07..6686285 160000 --- a/site/patterns +++ b/site/patterns @@ -1 +1 @@ -Subproject commit 69b3f079ead4316d4cfbdf29a8c3d10dfa98bf61 +Subproject commit 66862856e4823590c5658f5cc43666673db2856b