Explorar o código

hello: remove deprecation and replace category with package

Manfred Kroehnert %!s(int64=11) %!d(string=hai) anos
pai
achega
0dce4b614e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      nodejs/hello/Hello.st

+ 1 - 1
nodejs/hello/Hello.st

@@ -1,6 +1,6 @@
 Object subclass: #Hello
         instanceVariableNames: ''
-        category: 'Hello'!
+        package: 'Hello'!
 
 !Hello class methodsFor: 'main'!