Skip to content

Commit

Permalink
feat: update whisk to use official emulsify-core release
Browse files Browse the repository at this point in the history
BREAKING CHANGE
  • Loading branch information
Callin Mullaney committed Jun 8, 2024
1 parent 251eee6 commit 4247d9c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions whisk/config/emulsify-core/a11y.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
// A11y linting is done on a component-by-component
// basis, which results in the linter reporting some errors that
// should be ignored. These codes and descriptions allow for those
// errors to be targeted specifically.
ignore: {
codes: [],
descriptions: [],
},
// List of storybook component IDs defined and used in this project.
components: [],
};
Empty file.
2 changes: 1 addition & 1 deletion whisk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"webpack": "webpack --watch --config node_modules/emulsify-core/config/webpack/webpack.dev.js"
},
"dependencies": {
"emulsify-core": "github:emulsify-ds/emulsify-core"
"@emulsify/core": "^1.1.0",
}
}

0 comments on commit 4247d9c

Please sign in to comment.