Skip to content

Commit

Permalink
chore: release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Apr 11, 2024
1 parent 6f38f2d commit 82a2a23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-stylex-dev",
"version": "0.4.1",
"version": "0.5.0",
"description": "an unofficial stylex vite plugin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions src/manullay-order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
// <style data-vite-dev-id="index.css">...</style>
// We should ensure the right order by manually.

import type { ManullayControlCssOrder } from './interface'
import type { ManuallyControlCssOrder } from './interface'

export const defaultControlCSSOptions: ManullayControlCssOrder = {
export const defaultControlCSSOptions: ManuallyControlCssOrder = {
id: 'stylex.css',
symbol: '@stylex-dev;'
}
Expand Down

0 comments on commit 82a2a23

Please sign in to comment.