From e31e8cc8823d22ecd27e2bf85f3bce4223e00776 Mon Sep 17 00:00:00 2001 From: Loredana Date: Thu, 22 Oct 2020 17:42:22 +0300 Subject: [PATCH] fix description, start script --- kotlin-js/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kotlin-js/package.json b/kotlin-js/package.json index 711627307a..915b9d41ea 100644 --- a/kotlin-js/package.json +++ b/kotlin-js/package.json @@ -1,10 +1,10 @@ { "name": "kotlin-node", "version": "1.0.0", - "description": "kotlin node ex", + "description": "Example of using NodeJS in Kotlin", "main": "crypto.js", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "start": "node node/crypto.js" }, "author": "", "license": "ISC",