weapp-tailwindcss 3.3.7-alpha.0 → 3.3.7
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 +4 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "weapp-tailwindcss",
|
|
3
|
-
"version": "3.3.7
|
|
3
|
+
"version": "3.3.7",
|
|
4
4
|
"description": "把 tailwindcss 原子化样式思想,带给小程序开发者们! bring tailwindcss to miniprogram developers!",
|
|
5
5
|
"author": "SonOfMagic <qq1324318532@gmail.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -156,18 +156,15 @@
|
|
|
156
156
|
"test": "npm run postinstall && vitest run",
|
|
157
157
|
"test:dev": "vitest",
|
|
158
158
|
"test:ui": "vitest --ui",
|
|
159
|
-
"vitest:coverage": "vitest run --coverage",
|
|
160
159
|
"clean": "node scripts/clean.js",
|
|
161
|
-
"raw": "
|
|
162
|
-
"get-decl": "
|
|
160
|
+
"raw": "tsx scripts/raw",
|
|
161
|
+
"get-decl": "tsx scripts/get-decl.ts",
|
|
163
162
|
"sync": "cnpm sync weapp-tailwindcss-webpack-plugin weapp-tailwindcss weapp-tw",
|
|
164
|
-
"format": "prettier --check \"src/**/*.{ts,js}\" -w",
|
|
165
|
-
"format:test": "prettier --check \"test/**/*.test.{ts,js}\" -w",
|
|
166
163
|
"ls:pack": "npm pack --dry-run",
|
|
167
164
|
"cli:patch": "node bin/weapp-tailwindcss.js patch",
|
|
168
165
|
"bump": "bumpp",
|
|
169
166
|
"release": "node scripts/release.js",
|
|
170
|
-
"generate:readme": "
|
|
167
|
+
"generate:readme": "tsx scripts/readme/write.ts",
|
|
171
168
|
"lint": "eslint .",
|
|
172
169
|
"lint:fix": "eslint ./test --fix",
|
|
173
170
|
"-------": "-----------",
|