Skip to content

Commit 317bab3

Browse files
authored
Fix runtime files location in package.json (#81)
Resolves #79. This requires tagging a new release and republishing on NPM to fully fix the issue.
1 parent 4f0408d commit 317bab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "A runtime library of JavaScriptKit which is Swift framework to interact with JavaScript through WebAssembly.",
55
"main": "Runtime/lib/index.js",
66
"files": [
7-
"lib"
7+
"Runtime/lib"
88
],
99
"scripts": {
1010
"build": "npm run build:clean && npm run build:ts",

0 commit comments

Comments
 (0)