From a377590e7b237b94cad8db79025e0eae3f569609 Mon Sep 17 00:00:00 2001 From: Zef Hemel Date: Tue, 22 Aug 2023 10:38:43 +0200 Subject: [PATCH] Update --- hello.plug.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/hello.plug.yaml b/hello.plug.yaml index 8cc2932..5f454d5 100644 --- a/hello.plug.yaml +++ b/hello.plug.yaml @@ -1,9 +1,6 @@ -name: hello-world -version: 0.1 -imports: - - https://get.silverbullet.md/global.plug.json +name: hello functions: helloWorld: - path: "./hello.ts:helloWorld" + path: hello.ts:helloWorld command: name: "Say hello"