instance method
packages
Ruby on Rails 2.1.0
Since v1.2.3 Last seen in v2.2.3Signature
packages()
No documentation comment.
Source
# File lib/importmap/commands.rb, line 120
def packages
puts npm.packages_with_versions.map { |x| x.join(' ') }
end
Defined in lib/importmap/commands.rb line 120
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Importmap::Commands