@appdirect/sfb-theme-plaza 0.0.62 → 0.0.63

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.
@@ -4,7 +4,6 @@
4
4
 
5
5
  <html lang="{{ config.locale.code }}">
6
6
  <head>
7
- <!-- PLAZA THEME NOTIFIER TEST SFB-4228 -->
8
7
  {% if meta.noIndex %}
9
8
  <meta name="robots" content="noindex" />
10
9
  {% endif %}
@@ -41,7 +40,6 @@
41
40
  </head>
42
41
 
43
42
  <body data-page="{% block dataPage %}{% endblock %}">
44
- <!-- PLAZA THEME NOTIFIER TEST SFB-4228 -->
45
43
  <div class="skip-to-content">
46
44
  <a class="skip-link sr-only sr-only-focusable" href="#mainContent">{{i18n.skipToMain}}</a>
47
45
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appdirect/sfb-theme-plaza",
3
- "version": "0.0.62",
3
+ "version": "0.0.63",
4
4
  "description": "A modern theme built with react components that can be customized with Storefront Builder.",
5
5
  "main": "index.js",
6
6
  "scripts": {