Dependencies: Mustache.

This commit is contained in:
Offray Vladimir Luna Cárdenas 2020-07-25 13:32:41 -05:00
parent f4c79cb1ef
commit ecd5bdbf2a
1 changed files with 2 additions and 1 deletions

View File

@ -18,9 +18,10 @@ BaselineOfBrea >> baseline: spec [
"Dependencies"
spec
baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON/repository' ];
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache/repository' ];
baseline: 'TaskIt' with: [ spec repository: 'github://pharo-contributions/taskit' ].
"Packages"
spec package: 'Brea' with: [ spec requires: #('NeoJSON' 'TaskIt') ].
spec package: 'Brea' with: [ spec requires: #('NeoJSON' 'Mustache' 'TaskIt') ].
]
]