mirror of https://github.com/pulumi/pulumi.git
5 lines
291 B
YAML
5 lines
291 B
YAML
changes:
|
|
- type: feat
|
|
scope: sdk/nodejs
|
|
description: Support loading package.json from parent directory. If `package.json` is not found in cwd, Pulumi recursively searches up the directory tree until it is found. If `package.json` provides a `main` field, that field is relative to cwd.
|