Browse Source

meta: remove deprecation and replace category with package

Manfred Kroehnert 11 years ago
parent
commit
e529e59bcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      nodejs/meta/MyScript.st

+ 1 - 1
nodejs/meta/MyScript.st

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