Navigation Menu

Skip to content

Commit

Permalink
Don't use "npm" cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 21, 2014
1 parent 9d14252 commit 8d11569
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion droonga/metadata.rb
Expand Up @@ -12,6 +12,5 @@
depends "build-essential"
depends "git"
depends "nodejs"
depends "npm"

depends "groonga"
2 changes: 1 addition & 1 deletion droonga/recipes/http-server.rb
Expand Up @@ -18,7 +18,7 @@
#

include_recipe "nodejs"
include_recipe "npm"
include_recipe "nodejs::npm"
include_recipe "git"

droonga_engine = node.droonga.engine
Expand Down

0 comments on commit 8d11569

Please sign in to comment.