0.1.0 • Published 5 years ago
@duncan3142/lambda-package-list v0.1.0
The config file (default 'lambdainclude.json') glob patterns are used to select files for the package list.
This means that patterns which match a directory, e.g. './lib', have no effect. A pattern such as './lib/**' should be used instead.
Patterns will not match files from the 'node_modules' folder, which is included by default.
If no config file is found, the default patterns config is equivalent to:
{
"patterns": ["**/*.{js,ts,js.map}", "!**/*.{spec,test}.{ts,js}"]
}See 'lambda-package-list --help' for more options.
0.1.0
5 years ago