From 402f885f855b8cb732203bb6ec3ce43eaa44d007 Mon Sep 17 00:00:00 2001 From: Stefan Zermatten Date: Wed, 18 Nov 2015 08:52:52 +0200 Subject: [PATCH] Specified thaum:vulcanize at 0.5 --- rpg-docs/.gitignore | 1 + rpg-docs/.meteor/packages | 2 +- rpg-docs/.modulusignore | 2 -- 3 files changed, 2 insertions(+), 3 deletions(-) delete mode 100644 rpg-docs/.modulusignore diff --git a/rpg-docs/.gitignore b/rpg-docs/.gitignore index 70af0f43..0a2052ca 100644 --- a/rpg-docs/.gitignore +++ b/rpg-docs/.gitignore @@ -1,6 +1,7 @@ .meteor/local .meteor/meteorite .demeteorized +packages settings.json public/components nohup.out diff --git a/rpg-docs/.meteor/packages b/rpg-docs/.meteor/packages index df3eb805..a2a666f4 100644 --- a/rpg-docs/.meteor/packages +++ b/rpg-docs/.meteor/packages @@ -3,7 +3,7 @@ # 'meteor add' and 'meteor remove' will edit this file for you, # but you can also edit it by hand. -thaum:vulcanize +thaum:vulcanize@0.0.5 iron:router accounts-password accounts-ui diff --git a/rpg-docs/.modulusignore b/rpg-docs/.modulusignore deleted file mode 100644 index 0953341b..00000000 --- a/rpg-docs/.modulusignore +++ /dev/null @@ -1,2 +0,0 @@ -public/components -public/custom_components