Change node.dependencies flag to node.requirements, the list of
files (typically package.json and either npm-shrinkwrap.json or
package-lock.json) that declare dependencies to be installed with NPM.
Details
Details
- Reviewers
thcipriani hashar mobrovac Joe akosiaris - Group Reviewers
Release-Engineering-Team - Commits
- rGBLBRfdcd9be3c96a: Refactor config for node app dependencies
- Patch without arc
- git checkout -b D1058 && curl -L https://phabricator.wikimedia.org/D1058?download=true | git apply
Run go test ./.... Try it out with something like Mathoid.
Diff Detail
Diff Detail
- Repository
- rGBLBR Blubber
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.