mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-21 01:42:26 +00:00
Merge pull request #1290 from balena-io/1289-fix-patch-package-production
Fix "npm install --production" installation (missing patch-package dependency)
This commit is contained in:
commit
c2491497b5
@ -10,7 +10,7 @@
|
||||
},
|
||||
"preferGlobal": true,
|
||||
"files": [
|
||||
"bin/run",
|
||||
"bin/",
|
||||
"build/",
|
||||
"doc/",
|
||||
"lib/"
|
||||
@ -105,7 +105,6 @@
|
||||
"gulp-mocha": "^2.0.0",
|
||||
"gulp-shell": "^0.5.2",
|
||||
"mochainon": "^2.0.0",
|
||||
"patch-package": "^6.1.2",
|
||||
"pkg": "~4.3.8",
|
||||
"prettier": "^1.17.0",
|
||||
"publish-release": "^1.6.0",
|
||||
@ -172,6 +171,7 @@
|
||||
"node-cleanup": "^2.1.2",
|
||||
"oclif": "^1.13.1",
|
||||
"opn": "^5.5.0",
|
||||
"patch-package": "^6.1.2",
|
||||
"prettyjson": "^1.1.3",
|
||||
"progress-stream": "^2.0.0",
|
||||
"raven": "^2.5.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user