Skip to content
Snippets Groups Projects
Commit 36f5452a authored by Jack Nagel's avatar Jack Nagel
Browse files

Handle mkpath of node_modules directory in keg

parent 7aa86d33
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@ class Keg < Pathname
when /^gdk-pixbuf/ then :mkpath
when 'ghc' then :mkpath
when 'lua' then :mkpath
when 'node' then :mkpath
when /^node/ then :mkpath
when /^ocaml/ then :mkpath
when /^perl5/ then :mkpath
when 'php' then :mkpath
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment