Skip to content

Commit 9aaa76f

Browse files
author
Callin Mullaney
committed
fix: set es module scope for whisk
1 parent 5312869 commit 9aaa76f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

whisk/package.json

Lines changed: 5 additions & 1 deletion
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",

0 commit comments

Comments
 (0)