Added meteor mixins

This commit is contained in:
Cloudburst
2021-06-07 18:44:36 +02:00
parent 362a5f9152
commit 54afa2fd73
4 changed files with 47 additions and 2 deletions

View File

@@ -6,7 +6,8 @@
"name": "Meteor Rejects Addon",
"description": "An addon to Meteor Client that adds modules and commands that were too useless to be added to Meteor directly.",
"authors": [
"Cloudburst"
"Cloudburst",
"StormyBytes"
],
"contact": {
@@ -22,7 +23,8 @@
]
},
"mixins": [
"meteor-rejects.mixins.json"
"meteor-rejects.mixins.json",
"meteor-rejects-meteor.mixins.json"
],
"depends": {