Jelajahi Sumber

hello: remove deprecation and replace category with package

Manfred Kroehnert 11 tahun lalu
induk
melakukan
0dce4b614e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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'!