mirror of https://github.com/pulumi/pulumi.git
5 lines
434 B
YAML
5 lines
434 B
YAML
changes:
|
|
- type: feat
|
|
scope: sdk/nodejs
|
|
description: "Support loading package.json from parent directory. If `package.json` is not found in the Pulumi main directory, Pulumi recursively searches up the directory tree until it is found. If `package.json` provides a `main` field, per the [NPM spec](https://docs.npmjs.com/cli/v6/configuring-npm/package-json#main), that field is relative to the directory containing package.json."
|