geeparts-js 1.5.0 → 1.5.1

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.
Files changed (2) hide show
  1. package/index.js +2 -2
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -1885,12 +1885,12 @@ const countdownWrapper = `
1885
1885
  <div class="countdown-item">
1886
1886
  <span class="countdown-number" id="minutes">00</span>
1887
1887
  <span class="countdown-label full">Minutos</span>
1888
- <span class="short">M</span>
1888
+ <span class="countdown-label short">M</span>
1889
1889
  </div>
1890
1890
  <div class="countdown-item">
1891
1891
  <span class="countdown-number" id="seconds">00</span>
1892
1892
  <span class="countdown-label full">Segundos</span>
1893
- <span class="short">S</span>
1893
+ <span class="countdown-label short">S</span>
1894
1894
  </div>
1895
1895
  </div>
1896
1896
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geeparts-js",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "Code main page Geeparts",
5
5
  "main": "index.js",
6
6
  "scripts": {