@shift72/core-template 1.9.17 → 1.9.18
Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
-
## [Unreleased](https://github.com/shift72/core-template/compare/1.9.
|
3
|
+
## [Unreleased](https://github.com/shift72/core-template/compare/1.9.18...HEAD)
|
4
|
+
|
5
|
+
## [1.9.18](https://github.com/shift72/core-template/compare/1.9.17...1.9.18)
|
6
|
+
|
7
|
+
### Changed
|
8
|
+
- Remove polyfill.io CDN in favour for Cloudflare
|
4
9
|
|
5
10
|
## [1.9.17](https://github.com/shift72/core-template/compare/1.9.16...1.9.17)
|
6
11
|
|
package/kibble.json
CHANGED
package/package.json
CHANGED
@@ -50,7 +50,7 @@
|
|
50
50
|
{{yield seo()}}
|
51
51
|
{{end}}
|
52
52
|
|
53
|
-
<script src="https://
|
53
|
+
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=Intl%2Cdefault%2Cfetch" defer></script>
|
54
54
|
<script src="{{CDN}}/s72.core.js" defer></script>
|
55
55
|
<script src="{{CDN}}/s72.ui.js" defer></script>
|
56
56
|
|