Skip to content

Instantly share code, notes, and snippets.

@andruby
Created March 6, 2015 12:43
Show Gist options
  • Save andruby/365748c0b33187ec7c13 to your computer and use it in GitHub Desktop.
Save andruby/365748c0b33187ec7c13 to your computer and use it in GitHub Desktop.
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