Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 authored and Fernthedev committed Feb 1, 2025
1 parent 1a8badf commit 4f10dfb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions test_cmd/dep_add.out/qpm.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/QuestPackageManager/QPM.Package/refs/heads/main/qpm.schema.json",
"version": "0.4.0",
"sharedDir": "shared",
"dependenciesDir": "extern",
Expand Down
1 change: 1 addition & 0 deletions test_cmd/dep_remove.out/qpm.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/QuestPackageManager/QPM.Package/refs/heads/main/qpm.schema.json",
"version": "0.4.0",
"sharedDir": "shared",
"dependenciesDir": "extern",
Expand Down
1 change: 1 addition & 0 deletions test_cmd/dep_update.out/qpm.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/QuestPackageManager/QPM.Package/refs/heads/main/qpm.schema.json",
"version": "0.4.0",
"sharedDir": "shared",
"dependenciesDir": "extern",
Expand Down
1 change: 1 addition & 0 deletions test_cmd/ndk_pin.out/qpm.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/QuestPackageManager/QPM.Package/refs/heads/main/qpm.schema.json",
"version": "0.4.0",
"sharedDir": "shared",
"dependenciesDir": "extern",
Expand Down
1 change: 1 addition & 0 deletions test_cmd/qmod_manifest.out/mod.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/Lauriethefish/QuestPatcher.QMod/refs/heads/main/QuestPatcher.QMod/Resources/qmod.schema.json",
"_QPVersion": "1.1.0",
"name": "package1",
"id": "package1",
Expand Down
1 change: 1 addition & 0 deletions test_cmd/restore.out/qpm.shared.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://raw.githubusercontent.com/QuestPackageManager/QPM.Package/refs/heads/main/qpm.shared.schema.json",
"config": {
"version": "0.4.0",
"sharedDir": "shared",
Expand Down

0 comments on commit 4f10dfb

Please sign in to comment.