Skip to content

Commit 9f4ac45

Browse files
committed
Fix optionalDependencies for windows
1 parent cb93da5 commit 9f4ac45

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package-lock.json

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@
4343
},
4444
"optionalDependencies": {
4545
"@rollup/rollup-linux-x64-gnu": "4.9.5",
46+
"@rollup/rollup-win32-x64-msvc": "4.9.5",
4647
"@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
47-
"lightningcss-linux-x64-gnu": "^1.29.1"
48+
"@tailwindcss/oxide-win32-x64-msvc": "^4.0.1",
49+
"lightningcss-linux-x64-gnu": "^1.29.1",
50+
"lightningcss-win32-x64-msvc": "^1.29.1"
4851
}
4952
}

0 commit comments

Comments
 (0)