mirror of
https://github.com/github/codeql.git
synced 2026-05-05 21:55:19 +02:00
treat "files" in a package.json as main modules, if "main" is not present
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "my-sub-lib2",
|
||||
"version": "0.0.7",
|
||||
"files": [
|
||||
"special-file.js",
|
||||
"compiled-file.js",
|
||||
"compiled-file"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user