Lucian I. Last 6 жил өмнө
parent
commit
f1284e36cf
2 өөрчлөгдсөн 10 нэмэгдсэн , 0 устгасан
  1. 5 0
      .gitignore
  2. 5 0
      package.json

+ 5 - 0
.gitignore

@@ -0,0 +1,5 @@
+node_modules
+yarn.lock
+npm.lock
+*.log
+~*

+ 5 - 0
package.json

@@ -0,0 +1,5 @@
+{
+  "devDependencies": {
+    "preprocessor": "^1.4.0"
+  }
+}