diff --git a/whisk/.nvmrc b/whisk/.nvmrc index 2edeafb..cabf43b 100644 --- a/whisk/.nvmrc +++ b/whisk/.nvmrc @@ -1 +1 @@ -20 \ No newline at end of file +24 \ No newline at end of file diff --git a/whisk/package.json b/whisk/package.json index ba0724f..e6e974f 100644 --- a/whisk/package.json +++ b/whisk/package.json @@ -11,7 +11,11 @@ "styleguide" ], "author": "Four Kitchens ", - "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", @@ -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" } }