Browse Source

Add package preprocessor

Lucian I. Last 6 years ago
parent
commit
f1284e36cf
2 changed files with 10 additions and 0 deletions
  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"
+  }
+}