Skip to content

Commit

Permalink
Merge pull request #333 from emulsify-ds/EMULSIF-362
Browse files Browse the repository at this point in the history
EMULSIF-362: update package to use emulsify 2.2.3. Update namespaces
  • Loading branch information
callinmullaney authored Nov 8, 2024
2 parents d13ef38 + 24b2798 commit 7b6cf46
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 19 deletions.
9 changes: 0 additions & 9 deletions emulsify.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,3 @@ regions:
footer: Footer

logo: assets/images/logo.svg

components:
namespaces:
base: components/00-base
atoms: components/01-atoms
molecules: components/02-molecules
organisms: components/03-organisms
templates: components/04-templates
pages: components/05-pages
4 changes: 2 additions & 2 deletions whisk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "whisk",
"version": "1.0.0",
"version": "1.0.1",
"description": "Storybook development + Webpack Build",
"keywords": [
"component library",
Expand Down Expand Up @@ -39,6 +39,6 @@
"webpack": "webpack --watch --config node_modules/@emulsify/core/config/webpack/webpack.dev.js"
},
"dependencies": {
"@emulsify/core": "^2.0.0"
"@emulsify/core": "^2.4.2"
}
}
21 changes: 13 additions & 8 deletions whisk/whisk.info.emulsify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,16 @@ regions:

logo: assets/images/logo.svg

components:
namespaces:
base: components/00-base
atoms: components/01-atoms
molecules: components/02-molecules
organisms: components/03-organisms
templates: components/04-templates
pages: components/05-pages
# Uncomment the namespaces below that best fit your project.
# components:
# namespaces:
# base: components/00-base
# atoms: components/01-atoms
# molecules: components/02-molecules
# organisms: components/03-organisms
# templates: components/04-templates
# pages: components/05-pages
# components: src/components
# foundation: src/foundation
# layout: src/layout
# tokens: src/tokens

0 comments on commit 7b6cf46

Please sign in to comment.