Skip to content

Commit

Permalink
chore: delete caldera package remains
Browse files Browse the repository at this point in the history
all mentions of the package caldera have been removed
  • Loading branch information
Yakutoc committed Apr 18, 2024
1 parent e471f7c commit d4f98b7
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ packages/plasma-asdk/*
packages/sdds-serv/*
!packages/sdds-serv/src

packages/caldera/*
!packages/caldera/src

packages/caldera-online/*
!packages/caldera-online/src

Expand Down
4 changes: 2 additions & 2 deletions .github/processing-scope.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = () => {
/**
* Processed data - packages name without "@salutejs/"
* @example
* ["plasma-web", "plasma-ui", "caldera"]
* ["plasma-web", "plasma-ui", "caldera-online"]
*/
const PROCESSED_DATA = rawData.map((item) => item.replace('@salutejs/', ''));

Expand All @@ -60,7 +60,7 @@ module.exports = () => {
/**
* List packages who has a documentations artifacts: storybook, docusaurus
* @example
* ["plasma-web", "caldera", "sdds-serv"]
* ["plasma-web", "caldera-online", "sdds-serv"]
*/
const PACKAGES_DOCUMENTATIONS_RUN = PROCESSED_DATA.filter((item) => CONFIG.PACKAGES_DS.includes(item));

Expand Down
1 change: 0 additions & 1 deletion .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ packages/plasma-hope/api/
packages/plasma-core/api/
packages/plasma-asdk/api/
packages/sdds-serv/api/
packages/caldera/api/
packages/caldera-online/api/

utils/plasma-cy-utils/lib
Expand Down
Empty file removed packages/caldera/CHANGELOG.md
Empty file.

0 comments on commit d4f98b7

Please sign in to comment.