geeparts-js 1.5.2 → 1.5.3

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
@@ -1960,8 +1960,8 @@ function updateCountdown() {
1960
1960
  }
1961
1961
 
1962
1962
  // Actualizar cada segundo
1963
- updateCountdown()
1964
- setInterval(updateCountdown, 1000)
1963
+ // updateCountdown()
1964
+ // setInterval(updateCountdown, 1000)
1965
1965
 
1966
1966
  const footer = document.querySelector('.js-footer')
1967
1967
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "geeparts-js",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "Code main page Geeparts",
5
5
  "main": "index.js",
6
6
  "scripts": {