ソースを参照

Final touches

Herton 4 年 前
コミット
7ca5c10900
共有2 個のファイルを変更した3 個の追加2 個の削除を含む
  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"
 }