Fix "--production" installation (missing patch-package dependency)

Change-type: patch
Signed-off-by: Paulo Castro <paulo@balena.io>
This commit is contained in:
Paulo Castro 2019-06-05 13:12:10 +01:00
parent 8d9cbbb526
commit 4596005a1f

View File

@ -10,7 +10,7 @@
}, },
"preferGlobal": true, "preferGlobal": true,
"files": [ "files": [
"bin/run", "bin/",
"build/", "build/",
"doc/", "doc/",
"lib/" "lib/"
@ -105,7 +105,6 @@
"gulp-mocha": "^2.0.0", "gulp-mocha": "^2.0.0",
"gulp-shell": "^0.5.2", "gulp-shell": "^0.5.2",
"mochainon": "^2.0.0", "mochainon": "^2.0.0",
"patch-package": "^6.1.2",
"pkg": "~4.3.8", "pkg": "~4.3.8",
"prettier": "^1.17.0", "prettier": "^1.17.0",
"publish-release": "^1.6.0", "publish-release": "^1.6.0",
@ -172,6 +171,7 @@
"node-cleanup": "^2.1.2", "node-cleanup": "^2.1.2",
"oclif": "^1.13.1", "oclif": "^1.13.1",
"opn": "^5.5.0", "opn": "^5.5.0",
"patch-package": "^6.1.2",
"prettyjson": "^1.1.3", "prettyjson": "^1.1.3",
"progress-stream": "^2.0.0", "progress-stream": "^2.0.0",
"raven": "^2.5.0", "raven": "^2.5.0",