Skip to content

Commit

Permalink
chore: commit config
Browse files Browse the repository at this point in the history
  • Loading branch information
sonofmagic committed Jun 2, 2024
1 parent 39dcdd6 commit afd9481
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 50 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ registry=http://registry.npmmirror.com/
shamefully-hoist=true
git-checks=false
hoist-pattern[]=!tailwindcss
auto-install-peers=false
auto-install-peers=false
package-manager-strict=false
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"eslint-plugin-prettier": "^5.1.3",
"lodash-es": "^4.17.21",
"only-allow": "^1.2.1",
"prettier": "^3.2.5",
"prettier": "^3.3.0",
"rollup": "^4.18.0",
"tailwindcss-patch": "workspace:*",
"ts-node": "^10.9.2",
Expand All @@ -54,5 +54,5 @@
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@9.1.2"
"packageManager": "pnpm@9.1.4"
}
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@ast-core/escape": "^1.0.1",
"@babel/core": "^7.24.6",
"@babel/helper-plugin-utils": "^7.24.6",
"@babel/parser": "^7.24.6",
"@babel/preset-typescript": "^7.24.6",
"@babel/types": "^7.24.6",
"@tailwindcss-mangle/config": "workspace:^",
Expand Down
Empty file added packages/core/src/vue/index.ts
Empty file.
4 changes: 4 additions & 0 deletions packages/tailwindcss-patch/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@ export default defineProject({
globals: true,
testTimeout: 60_000,
setupFiles: ['./vitest.setup.ts'],
coverage: {
enabled: true,
all: false,
},
},
})
84 changes: 37 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit afd9481

Please sign in to comment.