Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion whisk/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
24
8 changes: 6 additions & 2 deletions whisk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@
"styleguide"
],
"author": "Four Kitchens <shout@fourkitchens.com>",
"license": "ISC",
"license": "GPL-2.0",
"engines": {
"node": ">=24"
},
"type": "module",
"scripts": {
"a11y": "npm run storybook-build && node_modules/@emulsify/core/scripts/a11y.js -r",
"build": "npm run ensure-dist && webpack --config node_modules/@emulsify/core/config/webpack/webpack.prod.js",
Expand All @@ -38,6 +42,6 @@
"webpack": "webpack --watch --config node_modules/@emulsify/core/config/webpack/webpack.dev.js"
},
"dependencies": {
"@emulsify/core": "^3.0.3"
"@emulsify/core": "^3.1.0"
}
}
Loading