Added dependency grouping, but commented out for now until it's needed

This commit is contained in:
Stefan Zermatten
2022-05-02 23:31:10 +02:00
parent abb8890070
commit 2e3f0320f3
7 changed files with 99 additions and 25 deletions

View File

@@ -10,6 +10,7 @@
"author": "Stefan Zermatten",
"scripts": {
"run": "meteor",
"debug": "meteor debug",
"test": "meteor test --driver-package meteortesting:mocha --port 3001"
},
"engines": {
@@ -115,4 +116,4 @@
"vuetify/no-deprecated-classes": "error"
}
}
}
}