Fixing dependency on Tealight.
This commit is contained in:
parent
a3aed51bc8
commit
bd7f33a223
@ -13,12 +13,12 @@ BaselineOfMiniDocs >> baseline: spec [
|
||||
"Dependencies"
|
||||
spec
|
||||
baseline: 'Mustache' with: [ spec repository: 'github://noha/mustache' ];
|
||||
baseline: 'Teapot' with: [ spec repository: 'github://zeroflag/teapot:master/source' ].
|
||||
baseline: 'Tealight' with: [ spec repository: 'https://github.com/astares/Tealight' ].
|
||||
"self xmlParserHTML: spec."
|
||||
"Packages"
|
||||
spec
|
||||
package: 'MiniDocs'
|
||||
with: [ spec requires: #('Mustache' 'Teapot' "'XMLParserHTML'") ]
|
||||
with: [ spec requires: #('Mustache' 'Tealight' "'XMLParserHTML'") ]
|
||||
].
|
||||
spec
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user