Skip to content

Commit

Permalink
Merge pull request #13 from DuneSt/development
Browse files Browse the repository at this point in the history
v1.0.2
  • Loading branch information
jecisc authored Dec 20, 2018
2 parents ec92aa4 + 31a849e commit 5b246aa
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions src/BaselineOfChartJs/BaselineOfChartJs.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ BaselineOfChartJs >> baseline: spec [

"Packages"
spec
package: #'ChartJs-Core' with: [ spec requires: #('Seaside3' 'Stylesheet' 'NeoJSON') ];
package: #'ChartJs-Library' with: [ spec requires: #('Seaside3') ];
package: #'ChartJs-Demo' with: [ spec requires: #('ChartJs-Core' 'ChartJs-Library' 'PrismCodeDisplayer') ];
package: #'ChartJs-Core-Tests' with: [ spec requires: #('ChartJs-Core') ].
package: 'ChartJs-Core' with: [ spec requires: #('Seaside3' 'Stylesheet' 'NeoJSON') ];
package: 'ChartJs-Library' with: [ spec requires: #('Seaside3') ];
package: 'ChartJs-Demo' with: [ spec requires: #('ChartJs-Core' 'ChartJs-Library' 'PrismCodeDisplayer') ];
package: 'ChartJs-Core-Tests' with: [ spec requires: #('ChartJs-Core') ].

"Groups"
spec
Expand All @@ -40,12 +40,7 @@ BaselineOfChartJs >> baseline: spec [

{ #category : #dependencies }
BaselineOfChartJs >> neoJSON: spec [
spec
configuration: 'NeoJSON'
with: [ spec
className: 'ConfigurationOfNeoJSON';
version: #stable;
repository: 'http://smalltalkhub.com/mc/SvenVanCaekenberghe/Neo/main' ]
spec baseline: 'NeoJSON' with: [ spec repository: 'github://svenvc/NeoJSON:v17/repository' ]
]

{ #category : #dependencies }
Expand Down

0 comments on commit 5b246aa

Please sign in to comment.