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