mirror of
https://github.com/MincoMK/computercraft-ts.git
synced 2025-12-10 06:23:19 +00:00
fix: computercraft-ts
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"license": "ISC",
|
||||
"author": "",
|
||||
"type": "commonjs",
|
||||
"types": "types/index.d.ts",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "tstl",
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
term.write("Hello, world!");
|
||||
const d = http.get("https://google.com");
|
||||
|
||||
print(d);
|
||||
|
||||
Reference in New Issue
Block a user