Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit 72640d6

Browse files
committed
refactor(package.json): Patch update
1 parent 8d56e1c commit 72640d6

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedcssx",
3-
"version": "3.2.5",
3+
"version": "3.2.6",
44
"description": "CSS library for stably building user interfaces",
55
"private": true,
66
"author": "Refirst",

release/package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "typedcssx",
3+
"version": "3.2.6",
4+
"description": "CSS library for stably building user interfaces",
5+
"author": "Refirst",
6+
"repository": "github:typedcsslab/typedcssx",
7+
"homepage": "https://typedcssx.vercel.app",
8+
"license": "MIT",
9+
"main": "dist/core/index.js",
10+
"typings": "dist/core/index.d.ts",
11+
"bin": {
12+
"cssx": "./bin/cssx.mjs"
13+
},
14+
"dependencies": {
15+
"globby": "^14.0.2",
16+
"tsx": "^4.19.1"
17+
},
18+
"devDependencies": {
19+
"typescript": "^5.4.5",
20+
"@types/react": "^18.3.3",
21+
"@types/node": "^22.5.4",
22+
"@types/css-modules": "^1.0.5"
23+
}
24+
}

0 commit comments

Comments
 (0)