Fixed: Move the 'objj' tool to the right place

This commit is contained in:
Martin Carlberg
2021-10-01 13:11:57 +02:00
parent 1f501e6429
commit ddfa4445ae
5 changed files with 5 additions and 11 deletions
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/env node
require("@objj/runtime").run(process.argv.slice(1));
+2 -2
View File
@@ -1,3 +1,3 @@
#!/usr/bin/env narwhal
#!/usr/bin/env node
require("objective-j").run(system.args);
require("@objj/runtime").run(process.argv.slice(1));
-3
View File
@@ -1,3 +0,0 @@
#!/usr/bin/env node
require("@objj/runtime").run(process.argv.slice(1));
+2 -2
View File
@@ -1,3 +1,3 @@
#!/usr/bin/env narwhal
#!/usr/bin/env node
require("objective-j").run(system.args);
require("@objj/runtime").run(process.argv.slice(1));
+1 -1
View File
@@ -24,7 +24,7 @@
"nib2cib": "dist/cappuccino/bin/nib2cib",
"ojdepcheck": "dist/cappuccino/bin/ojdepcheck",
"press": "dist/cappuccino/bin/press",
"objj": "dist/cappuccino/bin/objj",
"objj": "dist/objective-j/bin/objj",
"jake": "dist/cappuccino/bin/jake",
"ojtest": "dist/cappuccino/bin/ojtest",
"objj2objcskeleton": "dist/cappuccino/bin/objj2objcskeleton"