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 aa8dd724bf209f05c055c5b83ee8a9c134ef807f Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Mon Dec 31 10:21:59 2018 +0100 CAMEL-11500: use PnP --- .gitignore | 4 +++- antora-ui-camel/package.json | 3 +++ package.json | 3 +++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f174892..bbcdae5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,4 +6,6 @@ static *.iml .project .classpath -.metadata \ No newline at end of file +.metadata +.pnp +.pnp.js diff --git a/antora-ui-camel/package.json b/antora-ui-camel/package.json index e84238b..045b6c3 100644 --- a/antora-ui-camel/package.json +++ b/antora-ui-camel/package.json @@ -50,5 +50,8 @@ "typeface-open-sans": "^0.0.54", "vinyl-buffer": "~1.0", "vinyl-fs": "~3.0" + }, + "installConfig": { + "pnp": true } } diff --git a/package.json b/package.json index fd249dc..7dd039e 100644 --- a/package.json +++ b/package.json @@ -17,5 +17,8 @@ "gulp-htmlmin": "^5.0.1", "hugo-cli": "^0.9.0", "npm-run-all": "^4.1.5" + }, + "installConfig": { + "pnp": true } }