Skip to content

Commit 6d650e9

Browse files
committed
Added .smalltalk.ston
1 parent dbb0fca commit 6d650e9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

smalltalk.ston

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
SmalltalkCISpec {
2+
#loading : [
3+
SCIMetacelloLoadSpec {
4+
#baseline : 'MessagePack',
5+
#directory : 'repository',
6+
#load : [ 'default' ],
7+
#onConflict : #useLoaded,
8+
#useLatestMetacello : false,
9+
#onWarningLog : true,
10+
#platforms : [ #pharo, #squeak ]
11+
}
12+
]
13+
}

0 commit comments

Comments
 (0)