This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-website.git
commit 19370935719f0c425789130b6d59ab13e8623690 Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Fri Jan 4 13:13:42 2019 +0100 CAMEL-11500: one more dependency needed for PnP --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b046019..ab1512f 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,8 @@ "gulp": "^4.0.0", "gulp-htmlmin": "^5.0.1", "hugo-cli": "^0.9.0", - "npm-run-all": "^4.1.5" + "npm-run-all": "^4.1.5", + "opal-runtime": "1.0.11" }, "installConfig": { "pnp": true