adobe / reactor-packager

Command line utility for packaging an Adobe Experience Platform Tags extension into a zip file.
Apache License 2.0
8 stars 6 forks source link

PDCL-4836: save yargs as a dependency, not a dev dependency. #28

Closed brenthosie closed 3 years ago

brenthosie commented 3 years ago

Description

Saves yargs as a runtime depdendency.

Related Issue

https://jira.corp.adobe.com/browse/PDCL-4836

Motivation and Context

Yargs was saved into the dev dependency block, which means packager breaks when using npx

How Has This Been Tested?

  1. npm test
  2. Will manually verify npx usages work after npm deployment.

Screenshots (if appropriate):

Types of changes

Checklist:

brenthosie commented 3 years ago

Before fix:

Screen Shot 2021-04-19 at 10 00 22 AM

After fix:

Screen Shot 2021-04-19 at 10 00 37 AM