Skip to content

Commit f34d31b

Browse files
Added jhonson dependency
1 parent e65b1f9 commit f34d31b

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

HandleException.dproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<DCC_CBuilderOutput>All</DCC_CBuilderOutput>
5454
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
5555
<SanitizedProjectName>HandleException</SanitizedProjectName>
56-
<DCC_UnitSearchPath>$(DCC_UnitSearchPath);modules\.dcp;modules\.dcu;modules;modules\horse\src</DCC_UnitSearchPath>
56+
<DCC_UnitSearchPath>$(DCC_UnitSearchPath);modules\.dcp;modules\.dcu;modules;modules\horse\src;modules\jhonson\src</DCC_UnitSearchPath>
5757
</PropertyGroup>
5858
<PropertyGroup Condition="'$(Base_Android)'!=''">
5959
<DCC_CBuilderOutput>None</DCC_CBuilderOutput>

boss-lock.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@
99
"artifacts": {},
1010
"failed": false,
1111
"changed": false
12+
},
13+
"github.com/hashload/jhonson": {
14+
"name": "jhonson",
15+
"version": "1.0.3",
16+
"hash": "334dfe6b2e7daa4cb6af5b1bf88ec76e",
17+
"artifacts": {},
18+
"failed": false,
19+
"changed": false
1220
}
1321
}
1422
}

boss.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
"description": "",
44
"version": "1.0.0",
55
"homepage": "",
6-
"mainsrc": "Src/",
6+
"mainsrc": "src/",
77
"projects": [],
88
"dependencies": {
9-
"github.com/hashload/horse": "^1.6.8"
9+
"github.com/hashload/horse": "^1.6.8",
10+
"github.com/hashload/jhonson": "^1.0.3"
1011
}
1112
}

0 commit comments

Comments
 (0)