Browse Source

Final touches

Herton 4 years ago
parent
commit
7ca5c10900
2 changed files with 3 additions and 2 deletions
  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"
 }