Skip to content

Commit

Permalink
Added OS and CPU to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-cole committed Mar 7, 2025
1 parent 944cc2e commit e6f4ffa
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions web/themes/contrib/civictheme/civictheme_starter_kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@
"engines": {
"node": ">=22.6.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm",
"arm64",
"ia32"
],
"scripts": {
"add-lint-exclusions": "node build.js lintex",
"build": "npm run dist && storybook build && npm run add-lint-exclusions",
Expand Down
11 changes: 11 additions & 0 deletions web/themes/contrib/civictheme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@
"engines": {
"node": ">=22.6.0"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm",
"arm64",
"ia32"
],
"scripts": {
"add-lint-exclusions": "node build.js lintex",
"build": "npm run dist && storybook build && npm run add-lint-exclusions",
Expand Down

0 comments on commit e6f4ffa

Please sign in to comment.