Created
March 6, 2015 12:43
-
-
Save andruby/365748c0b33187ec7c13 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/web/gate/package.json b/web/gate/package.json | |
index e3dc156..04cb424 100644 | |
--- a/web/gate/package.json | |
+++ b/web/gate/package.json | |
@@ -36,5 +36,8 @@ | |
"express": "^4.8.5", | |
"glob": "^4.0.5", | |
"rails-csrf": "git+https://github.com/andruby/rails-csrf.git#fix-promise" | |
+ }, | |
+ "dependencies": { | |
+ "rimraf": "2.2.8" | |
} | |
} | |
diff --git a/web/venture/package.json b/web/venture/package.json | |
index b601080..93873b5 100644 | |
--- a/web/venture/package.json | |
+++ b/web/venture/package.json | |
@@ -37,5 +37,8 @@ | |
"express": "^4.8.5", | |
"glob": "^4.0.5", | |
"rails-csrf": "git+https://github.com/andruby/rails-csrf.git#fix-promise" | |
+ }, | |
+ "dependencies": { | |
+ "rimraf": "2.2.8" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment