Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

Commit 549c6e0

Browse files
committed
Added main key to package.json to troubleshoot npm install issues
1 parent b1d463a commit 549c6e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
"type":"git",
2121
"url":"http://github.com/kriszyp/json-schema"
2222
},
23-
"directories": { "lib": "./lib" }
23+
"directories": { "lib": "./lib" },
24+
"main": "./lib"
2425
}

0 commit comments

Comments
 (0)