Skip to content

Commit

Permalink
Use NeoJSON from github
Browse files Browse the repository at this point in the history
  • Loading branch information
jecisc committed Dec 19, 2018
1 parent 1f9239d commit 31a849e
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 31a849e

Please sign in to comment.