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",