Skip to content

Commit

Permalink
Install node_modules to layer named modules instead of npm
Browse files Browse the repository at this point in the history
[#161654202]
  • Loading branch information
kardolus committed Nov 29, 2018
1 parent bb4772f commit e76bcaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect/detect.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

const NodeDependency = "node"
const NPMDependency = "npm"
const NPMDependency = "modules"

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

0 comments on commit e76bcaa

Please sign in to comment.