diff --git a/README.md b/README.md index 79b43d7101c0b2f7177558a0cc01264517d986db..e34401148ee2c5a498c51b288bc94975f5746f05 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # piveau-hub-ui-modules +> Please use node version >= 14. Recommended is version 17. + This is a space to develop Vanilla piveau-hub-ui components. This project can be published as an npm package to our npm registry which can then be used in Piveau based projects to import the @@ -29,7 +31,7 @@ The workflow is as follows: * When a new version should be published, increase the version number in `package.json` and run `npm run deploy` (you have to be logged into our paca npm registry) In order for imports from `@piveau/piveau-hub-ui-modules` in the test-app to work, that package must be accessible in the node_modules folder. -There are two ways to get achieve this: +There are two ways to achieve this: 1. Executing `npm run link-module` creates a symlink to the `src/modules` folder in node_modules. 2. Executing `npm run localdeploy` creates a compiled version of the modules folder in `dist` and copies it into node_modules`. diff --git a/config/user-config.js b/config/user-config.js index d103fb33a1f6a3090d5d4f4183e342ba31c2896b..112a36cf9514fd190af03023750e0021fa029f06 100644 --- a/config/user-config.js +++ b/config/user-config.js @@ -79,7 +79,7 @@ const glueConfig = { data: { show: true, sparql: { - show: false, + show: true, }, }, maps: { diff --git a/config/user-config.sample.js b/config/user-config.sample.js index d103fb33a1f6a3090d5d4f4183e342ba31c2896b..112a36cf9514fd190af03023750e0021fa029f06 100644 --- a/config/user-config.sample.js +++ b/config/user-config.sample.js @@ -79,7 +79,7 @@ const glueConfig = { data: { show: true, sparql: { - show: false, + show: true, }, }, maps: {