We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76a3a1f + 9aaa76f commit fb5af75Copy full SHA for fb5af75
whisk/.nvmrc
@@ -1 +1 @@
1
-20
+24
whisk/package.json
@@ -11,7 +11,11 @@
11
"styleguide"
12
],
13
"author": "Four Kitchens <[email protected]>",
14
- "license": "ISC",
+ "license": "GPL-2.0",
15
+ "engines": {
16
+ "node": ">=24"
17
+ },
18
+ "type": "module",
19
"scripts": {
20
"a11y": "npm run storybook-build && node_modules/@emulsify/core/scripts/a11y.js -r",
21
"build": "npm run ensure-dist && webpack --config node_modules/@emulsify/core/config/webpack/webpack.prod.js",
@@ -38,6 +42,6 @@
38
42
"webpack": "webpack --watch --config node_modules/@emulsify/core/config/webpack/webpack.dev.js"
39
43
},
40
44
"dependencies": {
41
- "@emulsify/core": "^3.0.3"
45
+ "@emulsify/core": "^3.1.0"
46
}
47
0 commit comments