Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nonzzz committed Dec 18, 2023
1 parent ad4c3f7 commit 0c04c71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 25 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,6 @@ yarn-error.log*
.yarn/install-state.gz

server
build
build

*.mts.timestamp-*

This file was deleted.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-stylex-dev",
"version": "0.1.0",
"version": "0.1.1",
"description": "an unofficial stylex vite plugin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -39,10 +39,9 @@
"experimental",
"css-in-js"
],
"author": "",
"license": "ISC",
"author": "kanno",
"license": "MIT",
"devDependencies": {
"@rollup/pluginutils": "^5.1.0",
"@stylexjs/stylex": "0.3.0",
"@types/babel__core": "^7.20.5",
"@types/connect": "^3.4.38",
Expand All @@ -68,6 +67,7 @@
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-syntax-jsx": "^7.14.5",
"@babel/plugin-syntax-typescript": "^7.14.5",
"@rollup/pluginutils": "^5.1.0",
"@stylexjs/babel-plugin": "0.3.0"
},
"resolutions": {
Expand Down

0 comments on commit 0c04c71

Please sign in to comment.