2
0
mirror of https://github.com/tenrok/vue-tribute.git synced 2026-06-20 18:30:35 +03:00

Allows any tributejs version >= 2.0.0

This commit is contained in:
syropian
2021-04-11 16:37:55 -04:00
parent 130604683b
commit 4a788110b3
14 changed files with 45 additions and 2345 deletions
+2 -2
View File
@@ -44,9 +44,9 @@
"node-sass": "^4.14.1",
"poi": "^10.0.0-beta.6",
"sass-loader": "^8.0.2",
"tributejs": "^3.2.0"
"tributejs": "^5.1.3"
},
"peerDependencies": {
"tributejs": "^2.0.0 || ^3.0"
"tributejs": ">= 2.0.0"
}
}