From 2a909b1d04c0dc777737f03837d5be7bdd3ea071 Mon Sep 17 00:00:00 2001 From: Wes Souza Date: Sun, 3 May 2020 11:19:42 -0400 Subject: [PATCH] Update RunKit example on package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 79fe054..8bf85f8 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "files": [ "dist" ], + "runkitExampleFilename": "examples/node-js/simple-calendar.js", "scripts": { "build": "tsdx build --name CalendarBase --format cjs,esm,umd", "lint": "tsdx lint src test", @@ -69,4 +70,4 @@ "singleQuote": true, "trailingComma": "es5" } -} +} \ No newline at end of file