From 46af5f559bcd28785772be30121f828bc8d00e18 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 3 Apr 2018 19:46:03 +0100 Subject: remove main-repo --- main-repo/helloworld/helloworld.js | 8 -------- main-repo/helloworld/package.json | 4 ---- 2 files changed, 12 deletions(-) delete mode 100644 main-repo/helloworld/helloworld.js delete mode 100644 main-repo/helloworld/package.json (limited to 'main-repo/helloworld') diff --git a/main-repo/helloworld/helloworld.js b/main-repo/helloworld/helloworld.js deleted file mode 100644 index 40cd8bd..0000000 --- a/main-repo/helloworld/helloworld.js +++ /dev/null @@ -1,8 +0,0 @@ -le._apps.helloworld = { - exec: function () { - $log("Hello, World!"); - }, - icon: "/c/sys/skins/w93/apps/terminal.png", - terminal: true, - hascli: true -} diff --git a/main-repo/helloworld/package.json b/main-repo/helloworld/package.json deleted file mode 100644 index 10d8523..0000000 --- a/main-repo/helloworld/package.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "name": "helloworld", - "inject": "helloworld.js" -} -- cgit v1.2.3