We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4772f commit e76bcaaCopy full SHA for e76bcaa
1 file changed
detect/detect.go
@@ -10,7 +10,7 @@ import (
10
)
11
12
const NodeDependency = "node"
13
-const NPMDependency = "npm"
+const NPMDependency = "modules"
14
15
func UpdateBuildPlan(libDetect *libbuildpackV3.Detect) error {
16
packageJSONPath := filepath.Join(libDetect.Application.Root, "package.json")
0 commit comments