From aafba52d68614fe1b16115c01e44d696fe49d76a Mon Sep 17 00:00:00 2001 From: Max Desiatov Date: Sat, 26 Sep 2020 18:31:47 +0100 Subject: [PATCH] Fix runtime files location in `package.json` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9dcf6b924..3ee73329d 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A runtime library of JavaScriptKit which is Swift framework to interact with JavaScript through WebAssembly.", "main": "Runtime/lib/index.js", "files": [ - "lib" + "Runtime/lib" ], "scripts": { "build": "npm run build:clean && npm run build:ts",