chaincss 2.0.0 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chaincss",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.1",
|
|
4
4
|
"description": "The JavaScript-native styling engine for the modern web",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"CHANGELOG.md"
|
|
13
13
|
],
|
|
14
14
|
"bin": {
|
|
15
|
-
"chaincss": "
|
|
15
|
+
"chaincss": "dist/cli/cli.cjs"
|
|
16
16
|
},
|
|
17
17
|
"exports": {
|
|
18
18
|
".": {
|
|
@@ -50,7 +50,6 @@
|
|
|
50
50
|
"prepublishOnly": "npm run build",
|
|
51
51
|
"test": "vitest",
|
|
52
52
|
"lint": "eslint src --ext .ts,.tsx",
|
|
53
|
-
"preversion": "npm run test && npm run build",
|
|
54
53
|
"version": "git add -A",
|
|
55
54
|
"postversion": "git push && git push --tags"
|
|
56
55
|
},
|