lib/licensed/sources/npm.rb in licensed-3.3.1 vs lib/licensed/sources/npm.rb in licensed-3.4.0
- old
+ new
@@ -21,13 +21,9 @@
data
end
end
- def self.type
- "npm"
- end
-
def enabled?
Licensed::Shell.tool_available?("npm") && File.exist?(config.pwd.join("package.json"))
end
def enumerate_dependencies