Skip to content

Commit

Permalink
feat: rename main module to installPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Nov 6, 2018
1 parent 102de35 commit 77e3b5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/private/cli/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const log = require("log4").get("dev-package")
, cliFooter = require("cli-progress-footer")()
, DevPackageError = require("../../dev-package-error")
, resolveUserConfiguration = require("../resolve-user-configuration")
, installPackage = require("../../../");
, installPackage = require("../../../install-package");

module.exports = async (packageName, inputOptions) => {
cliFooter.shouldAddProgressAnimationPrefix = true;
Expand Down

0 comments on commit 77e3b5e

Please sign in to comment.