Se arreglan problemas de Compatibilidad y se vuelven todos componentes funcionales.

Se prepara para produccion.
Se sube a version 1.1.5
Se sube a GitHub 1.1.5
This commit is contained in:
2020-12-15 00:35:32 +00:00
parent 54eaf0675a
commit ba4ad68a53
8 changed files with 12116 additions and 7098 deletions

View File

@ -1,9 +1,6 @@
{
"parser": "babel-eslint",
"extends": [
"standard",
"standard-react"
],
"extends": "react-app",
"env": {
"es6": true
},