mirror of
https://github.com/github/codeql.git
synced 2026-05-01 11:45:14 +02:00
require that the factory function is in a main module file
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "my-sub-lib",
|
||||
"version": "0.0.7",
|
||||
"main": "./my-file.js"
|
||||
"main": "./factory.js"
|
||||
}
|
||||
Reference in New Issue
Block a user