@enact/cli 4.1.4 → 4.1.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## 4.1.5 (November 29, 2021)
2
+
3
+ * No significant changes.
4
+
1
5
  ## 4.1.4 (October 13, 2021)
2
6
 
3
7
  ### lint
@@ -6,11 +6,6 @@
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
7
7
  <title><%= htmlWebpackPlugin.options.title %></title>
8
8
  <script src="customizations/custom_skin.js"></script>
9
- <script>
10
- window.addEventListener('DOMContentLoaded', () => {
11
- document.querySelector('.sandstone-theme').classList.add(window && window.CUSTOM_SKIN || 'neutral');
12
- });
13
- </script>
14
9
  <link rel="stylesheet" href="customizations/custom_skin.css">
15
10
  </head>
16
11
  <body>