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

Commit ba2be7e

Browse files
committed
feat(package.json): Patch update
1 parent 2a4a2d7 commit ba2be7e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedcssx",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"private": true,
55
"author": "Refirst",
66
"repository": "github:typedcsslab/typedcssx",
@@ -11,8 +11,7 @@
1111
"scripts": {
1212
"test": "jest",
1313
"dev:e2e": "cd e2e/site && npm run dev -- -p 4000",
14-
"test:e2e": "playwright test",
15-
"compiler": "tsx ./compiler/src/index.ts"
14+
"test:e2e": "playwright test"
1615
},
1716
"bin": {
1817
"typedcssx": "./bin/typedcssx.mjs"

0 commit comments

Comments
 (0)