Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.

Commit

Permalink
load circularity policy as last addon
Browse files Browse the repository at this point in the history
  • Loading branch information
nileshgulia1 committed Oct 26, 2022
1 parent 1ca62ee commit 3f6dfc3
Show file tree
Hide file tree
Showing 3 changed files with 1,392 additions and 74 deletions.
3 changes: 0 additions & 3 deletions jsconfig.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"compilerOptions": {
"paths": {
"@eeacms/volto-sustainability-theme": [
"addons/volto-sustainability-theme/src"
],
"@eeacms/volto-circularity-policy": [
"addons/volto-circularity-policy/src"
]
Expand Down
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@eeacms/volto-searchlib",
"@eeacms/volto-globalsearch",
"@eeacms/volto-datahub",
"@eeacms/volto-circularity-policy",
"@eeacms/volto-eea-design-system",
"@eeacms/volto-eea-website-theme",
"@eeacms/volto-plotlycharts"
"@eeacms/volto-plotlycharts",
"@eeacms/volto-circularity-policy"
],
"jest": {
"modulePathIgnorePatterns": [
Expand Down Expand Up @@ -166,6 +166,9 @@
"@kitconcept/volto-blocks-grid": "3.1.0",
"@plone/volto": "16.0.0-alpha.14"
},
"resolutions": {
"@eeacms/volto-listing-block": "0.6.8"
},
"devDependencies": {
"@storybook/addon-actions": "^6.3.0",
"@storybook/addon-controls": "6.3.0",
Expand Down
Loading

0 comments on commit 3f6dfc3

Please sign in to comment.