Skip to content

Commit

Permalink
Some package.json changes
Browse files Browse the repository at this point in the history
  • Loading branch information
HorusGoul committed Dec 6, 2023
1 parent c91e091 commit 96fb721
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/clever-cars-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"vite-plugin-stylex": patch
---

Some package.json changes
12 changes: 9 additions & 3 deletions packages/vite-plugin-stylex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
"dist",
"src"
],
"keywords": [
"vite",
"stylex",
"css-in-js",
"plugin"
],
"repository": "https://www.github.com/HorusGoul/vite-plugin-stylex",
"sideEffects": false,
"exports": {
"./package.json": "./package.json",
Expand All @@ -33,10 +40,9 @@
"@babel/plugin-syntax-flow": "^7.23.3",
"@babel/plugin-syntax-jsx": "^7.23.3",
"@babel/plugin-syntax-typescript": "^7.23.3",
"@stylexjs/babel-plugin": "^0.3.0",
"culori": "^3.3.0"
"@stylexjs/babel-plugin": "^0.3.0"
},
"peerDependencies": {
"vite": "^4"
"vite": "^4 || ^5"
}
}

0 comments on commit 96fb721

Please sign in to comment.