You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2019/01/07 21:09:04 UTC

[camel-website] 02/02: Revert "CAMEL-11500: use PnP"

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch revert-5-pnp
in repository https://gitbox.apache.org/repos/asf/camel-website.git

commit 410db00fbff8c8ba4b41ee110029bfdf03e163cb
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Mon Jan 7 22:08:58 2019 +0100

    Revert "CAMEL-11500: use PnP"
    
    This reverts commit 9f02238a615789341d188353d49d85ca7e182506.
---
 .gitignore                   | 4 +---
 antora-ui-camel/package.json | 3 ---
 package.json                 | 3 ---
 3 files changed, 1 insertion(+), 9 deletions(-)

diff --git a/.gitignore b/.gitignore
index bbcdae5..f174892 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,4 @@ static
 *.iml
 .project
 .classpath
-.metadata
-.pnp
-.pnp.js
+.metadata
\ No newline at end of file
diff --git a/antora-ui-camel/package.json b/antora-ui-camel/package.json
index 045b6c3..e84238b 100644
--- a/antora-ui-camel/package.json
+++ b/antora-ui-camel/package.json
@@ -50,8 +50,5 @@
     "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 7dd039e..fd249dc 100644
--- a/package.json
+++ b/package.json
@@ -17,8 +17,5 @@
     "gulp-htmlmin": "^5.0.1",
     "hugo-cli": "^0.9.0",
     "npm-run-all": "^4.1.5"
-  },
-  "installConfig": {
-    "pnp": true
   }
 }