Skip to content

Commit

Permalink
Merge pull request #12 from DuneSt/development
Browse files Browse the repository at this point in the history
Release v1.0.1: Use stylesheet from github
  • Loading branch information
jecisc authored Oct 4, 2018
2 parents 6e3fe20 + 1f9239d commit ec92aa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
'srcDirectory' : 'src'
}
7 changes: 1 addition & 6 deletions src/BaselineOfChartJs/BaselineOfChartJs.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,5 @@ BaselineOfChartJs >> seaside3: spec [

{ #category : #dependencies }
BaselineOfChartJs >> stylesheet: spec [
spec
configuration: 'Stylesheet'
with: [ spec
className: 'ConfigurationOfStylesheet';
version: #development;
repository: 'http://smalltalkhub.com/mc/RMoD/Stylesheet/main' ]
spec baseline: 'Stylesheet' with: [ spec repository: 'github://pharo-contributions/Stylesheet:v1.x.x/src' ]
]

0 comments on commit ec92aa4

Please sign in to comment.