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",
|
"license": "ISC",
|
||||||
"author": "",
|
"author": "",
|
||||||
"type": "commonjs",
|
"type": "commonjs",
|
||||||
|
"types": "types/index.d.ts",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "tstl",
|
"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