Skip to content

Commit 2efcdd1

Browse files
author
PierreChanson
committed
update NeoJSON to git dependency
1 parent 4208b93 commit 2efcdd1

File tree

1 file changed

+2
-5
lines changed
  • source/BaselineOfJSONWebToken.package/BaselineOfJSONWebToken.class/instance

1 file changed

+2
-5
lines changed

source/BaselineOfJSONWebToken.package/BaselineOfJSONWebToken.class/instance/baseline..st

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@ baseline: spec
33
<baseline>
44

55
spec for: #'common' do: [
6-
spec project: 'NeoJSON' with: [
7-
spec
8-
className: #ConfigurationOfNeoJSON;
9-
versionString: '13';
10-
repository: 'http://mc.stfx.eu/Neo' ].
6+
spec baseline: 'NeoJSON'
7+
with: [ spec repository: 'github://svenvc/NeoJSON:master/repository' ].
118
spec
129
package: #'JSONWebToken-Core' with: [
1310
spec requires: #( 'NeoJSON' ) ];

0 commit comments

Comments
 (0)