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

Commit 09bdd02

Browse files
committed
feat(package.json): Major version update at 2.0.0
1 parent 3858410 commit 09bdd02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typedcssx",
3-
"version": "1.3.8",
3+
"version": "2.0.0",
44
"private": true,
55
"author": "Refirst",
66
"repository": "github:typedcsslab/typedcssx",
@@ -9,7 +9,7 @@
99
"main": "dist/core/index.js",
1010
"typings": "dist/core/index.d.ts",
1111
"scripts": {
12-
"compile": "tsx ./compiler/src/index.ts"
12+
"compiler": "tsc --noEmit ./compiler/src/index.ts && tsx ./compiler/src/index.ts"
1313
},
1414
"dependencies": {
1515
"@types/css-modules": "^1.0.5",

0 commit comments

Comments
 (0)