mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
Fixed: Move the 'objj' tool to the right place
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
require("@objj/runtime").run(process.argv.slice(1));
|
||||
@@ -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));
|
||||
|
||||
Vendored
-3
@@ -1,3 +0,0 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
require("@objj/runtime").run(process.argv.slice(1));
|
||||
Vendored
+2
-2
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user