Adding Petit Parser 1 as a dependency.
This commit is contained in:
parent
ee2ade0509
commit
8a2ac498e6
@ -13,7 +13,12 @@ BaselineOfMiniDocs >> baseline: spec [
|
|||||||
"Dependencies"
|
"Dependencies"
|
||||||
spec
|
spec
|
||||||
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
|
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
|
||||||
baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ].
|
baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ];
|
||||||
|
baseline: 'PetitParser' with: [
|
||||||
|
spec
|
||||||
|
loads: #('Minimal');
|
||||||
|
repository: 'github://moosetechnology/PetitParser:v3.x.x/src'
|
||||||
|
].
|
||||||
"self xmlParserHTML: spec."
|
"self xmlParserHTML: spec."
|
||||||
"Packages"
|
"Packages"
|
||||||
spec
|
spec
|
||||||
|
Loading…
Reference in New Issue
Block a user