Explorar el Código

Final touches

Herton hace 4 años
padre
commit
7ca5c10900
Se han modificado 2 ficheros con 3 adiciones y 2 borrados
  1. 2 1
      .gitignore
  2. 1 1
      package.json

+ 2 - 1
.gitignore

@@ -1,2 +1,3 @@
 .DS_Store
-.vscode/
+.vscode/
+node_modules

+ 1 - 1
package.json

@@ -12,6 +12,6 @@
     "single",
     "page"
   ],
-  "author": "Herton",
+  "author": "Herton <d@ntas.cc>",
   "license": "MIT"
 }