Skip to content

Commit fb5af75

Browse files
Merge pull request #341 from emulsify-ds/fix-node-version
Fix: Whisk node version and emulsify-core bump
2 parents 76a3a1f + 9aaa76f commit fb5af75

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

whisk/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20
1+
24

whisk/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@
1111
"styleguide"
1212
],
1313
"author": "Four Kitchens <[email protected]>",
14-
"license": "ISC",
14+
"license": "GPL-2.0",
15+
"engines": {
16+
"node": ">=24"
17+
},
18+
"type": "module",
1519
"scripts": {
1620
"a11y": "npm run storybook-build && node_modules/@emulsify/core/scripts/a11y.js -r",
1721
"build": "npm run ensure-dist && webpack --config node_modules/@emulsify/core/config/webpack/webpack.prod.js",
@@ -38,6 +42,6 @@
3842
"webpack": "webpack --watch --config node_modules/@emulsify/core/config/webpack/webpack.dev.js"
3943
},
4044
"dependencies": {
41-
"@emulsify/core": "^3.0.3"
45+
"@emulsify/core": "^3.1.0"
4246
}
4347
}

0 commit comments

Comments
 (0)