Skip to content

Commit

Permalink
fix: @adobe/[email protected] (patch-package work-around, via…
Browse files Browse the repository at this point in the history
… bundleDependencies)

missing deps (cli-ux in prod, globby in dev)
  • Loading branch information
shazron committed Jan 13, 2020
1 parent e9dd042 commit 3d81a15
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"author": "Adobe Inc.",
"bugs": "https://github.com/adobe/aio-cli-plugin-config/issues",
"dependencies": {
"@adobe/aio-lib-core-config": ">=1.2.2",
"@adobe/aio-lib-core-config": ">=1.2.3",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/errors": "^1.1.2",
"cli-ux": "^5.4.1",
"conf": "^6.1.0",
"hjson": "^3.1.2",
"js-yaml": "^3.13.0"
Expand All @@ -27,6 +28,7 @@
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"globby": "^11.0.0",
"jest": "^24.8.0",
"jest-haste-map": "^24.5.0",
"jest-junit": "^10.0.0",
Expand Down Expand Up @@ -69,8 +71,7 @@
"unit-tests": "jest --ci",
"prepack": "oclif-dev manifest && oclif-dev readme",
"postpack": "rm -f oclif.manifest.json",
"version": "oclif-dev readme && git add README.md",
"postinstall": "patch-package --patch-dir node_modules/@adobe/aio-lib-core-config/patches"
"version": "oclif-dev readme && git add README.md"
},
"jest": {
"collectCoverage": true,
Expand Down

0 comments on commit 3d81a15

Please sign in to comment.