# File lib/bundler/cli.rb, line 336
    def package
      install
      # TODO: move cache contents here now that all bundles are locked
      Bundler.load.cache
    end