Skip to content

Commit

Permalink
chore: update peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
huygn committed Jul 1, 2023
1 parent 354d92d commit 95d615b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@
"test": "uvu -r esbuild-register src \".test.ts$\"",
"prepublish": "npm run test && npm run build"
},
"dependencies": {
"@types/tailwindcss": "^2.2.1"
},
"dependencies": {},
"peerDependencies": {
"tailwindcss": "^1.9.0 || ^2.0.0"
"tailwindcss": ">=1.9"
},
"devDependencies": {
"@types/tailwindcss": "^2.2.1",
"esbuild": "^0.12.22",
"esbuild-register": "^3.0.0",
"rollup": "^2.56.2",
Expand Down
6 changes: 2 additions & 4 deletions pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"module": "esnext",
"allowJs": false,
"noEmit": true,
"skipLibCheck": true,
"baseUrl": "."
},
"include": ["src"],
Expand Down

0 comments on commit 95d615b

Please sign in to comment.