diff --git a/testing/testpackage.ccpt b/testing/testpackage.ccpt index e0cdf9e..76d9aa4 100644 --- a/testing/testpackage.ccpt +++ b/testing/testpackage.ccpt @@ -6,6 +6,7 @@ newestversion = "1.1", dependencies = { testpackage2 = "1.1" + testpackage3 = "1.0" }, install = { url = "https://raw.githubusercontent.com/PentagonLP/ccpt/main/testing/testscript", diff --git a/testing/testpackage2.ccpt b/testing/testpackage2.ccpt index 433050f..f9701eb 100644 --- a/testing/testpackage2.ccpt +++ b/testing/testpackage2.ccpt @@ -5,6 +5,7 @@ website = "https://github.com/PentagonLP/ccpt", newestversion = "1.1", dependencies = { + testpackage3="1.0" }, install = { url = "https://raw.githubusercontent.com/PentagonLP/properprint/main/properprint",