Skip to content

Commit e76bcaa

Browse files
committed
Install node_modules to layer named modules instead of npm
[#161654202]
1 parent bb4772f commit e76bcaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

detect/detect.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
const NodeDependency = "node"
13-
const NPMDependency = "npm"
13+
const NPMDependency = "modules"
1414

1515
func UpdateBuildPlan(libDetect *libbuildpackV3.Detect) error {
1616
packageJSONPath := filepath.Join(libDetect.Application.Root, "package.json")

0 commit comments

Comments
 (0)