diff --git a/currency/currency.info.yml b/currency/currency.info.yml
index dc57be3..2f6af8b 100755
--- a/currency/currency.info.yml
+++ b/currency/currency.info.yml
@@ -2,3 +2,4 @@ name: Currency
 description: 'Provides currency information and allows users to add custom currencies.'
 core: 8.x
 configure: admin/config/regional/currency
+type: module
diff --git a/currency_exchange_rate_db_table/currency_exchange_rate_db_table.info.yml b/currency_exchange_rate_db_table/currency_exchange_rate_db_table.info.yml
index 111312e..d559bf0 100644
--- a/currency_exchange_rate_db_table/currency_exchange_rate_db_table.info.yml
+++ b/currency_exchange_rate_db_table/currency_exchange_rate_db_table.info.yml
@@ -3,3 +3,4 @@ description: Provides a database table in which currency exchange rates are cach
 core: 8.x
 dependencies:
   - currency
+type: module
diff --git a/currency_test/currency_test.info.yml b/currency_test/currency_test.info.yml
index 7b53cf5..192fb44 100644
--- a/currency_test/currency_test.info.yml
+++ b/currency_test/currency_test.info.yml
@@ -4,3 +4,4 @@ core: 8.x
 dependencies:
   - currency
 hidden: TRUE
+type: module
