We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62efb0 commit 38e2bdaCopy full SHA for 38e2bda
Berksfile
@@ -1,5 +1,5 @@
1
site :opscode
2
metadata
3
4
-cookbook 'apt', '~> 1.7.0'
+cookbook 'pkgin'
5
cookbook 'build-essential'
metadata.rb
@@ -3,7 +3,7 @@
license "Apache 2.0"
description "Installs/Configures nodejs"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
6
-version "1.1.3"
+version "1.1.4"
7
name "nodejs"
8
provides "nodejs"
9
@@ -14,6 +14,7 @@
14
recipe "nodejs::npm", "Installs npm from source - a package manager for node"
15
16
depends "build-essential"
17
+depends "pkgin"
18
19
%w{ smartos }.each do |os|
20
supports os
0 commit comments