Adding Teapot and Temple dependencies.
This commit is contained in:
parent
172e72c1f6
commit
6c4fc47900
@ -14,6 +14,7 @@ BaselineOfMiniDocs >> baseline: spec [
|
||||
spec
|
||||
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
|
||||
baseline: 'Temple' with: [ spec repository: 'github://astares/Pharo-Temple/src' ];
|
||||
baseline: 'Teapot' with: [ spec repository: 'github://zeroflag/Teapot/source' ];
|
||||
baseline: 'Tealight' with: [ spec repository: 'github://astares/Tealight:main/src' ];
|
||||
baseline: 'LepiterBuildingBlocs' with: [spec repository: 'github://botwhytho/LepiterBuildingBlocs:main/src'];
|
||||
baseline: 'PetitParser' with: [ spec repository: 'github://moosetechnology/PetitParser:v3.x.x/src' ].
|
||||
@ -22,7 +23,7 @@ BaselineOfMiniDocs >> baseline: spec [
|
||||
"Packages"
|
||||
spec
|
||||
package: 'PetitMarkdown' with: [ spec requires: #('PetitParser')];
|
||||
package: 'MiniDocs' with: [ spec requires: #('Mustache' 'Tealight' 'PetitMarkdown')].
|
||||
package: 'MiniDocs' with: [ spec requires: #('Mustache' 'Temple' 'Teapot' 'Tealight' 'PetitMarkdown')].
|
||||
|
||||
"Groups"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user