lib/jekyll/bower_plugin.rb in jekyll-bower-1.1.4 vs lib/jekyll/bower_plugin.rb in jekyll-bower-1.1.5
- old
+ new
@@ -1,5 +1,6 @@
require 'uri'
+
module Jekyll
class Bower
def initialize()
puts "Checking if NPM is available\n"
fail unless system('which npm')
\ No newline at end of file