class Bundler::CLI

def package

def package
  install
  # TODO: move cache contents here now that all bundles are locked
  Bundler.load.cache
end