Skip to content

Commit

Permalink
0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yukukotani committed Oct 14, 2024
1 parent 7cfd09a commit 8ca8b31
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "just-styled",
"version": "0.0.7",
"files": ["dist"],
"version": "0.1.0",
"files": [
"dist"
],
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down Expand Up @@ -46,7 +48,11 @@
"react-dom": "^19.0.0"
},
"description": "",
"keywords": ["React", "CSS-in-JS", "Next.js"],
"keywords": [
"React",
"CSS-in-JS",
"Next.js"
],
"author": "Yuku Kotani ([email protected])",
"license": "Apache-2.0"
}

0 comments on commit 8ca8b31

Please sign in to comment.