Skip to content

Commit f638e28

Browse files
committed
feat: commit core release 1.0.0
1 parent 9197b32 commit f638e28

File tree

4 files changed

+3
-66
lines changed

4 files changed

+3
-66
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module.exports = {
22
root: true,
3-
extends: ["@icebreakers/eslint-config-ts"]
3+
extends: ['@icebreakers/eslint-config-ts']
44
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"lint": "pnpm run -r lint",
1717
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
1818
"preinstall": "npx only-allow pnpm",
19-
"sync": "cnpm sync tailwindcss-patch unplugin-tailwindcss-mangle"
19+
"sync": "cnpm sync tailwindcss-patch unplugin-tailwindcss-mangle tailwindcss-mangle-core"
2020
},
2121
"devDependencies": {
2222
"@icebreakers/eslint-config-ts": "^1.0.4",

packages/unplugin-tailwindcss-mangle/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "unplugin-tailwindcss-mangle",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "mangle tailwindcss utilities class plugin. support vite and webpack!",
55
"main": "./dist/index.js",
66
"module": "./dist/index.mjs",

pnpm-lock.yaml

Lines changed: 0 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)