Skip to content

Commit

Permalink
chore: adding postcss and swc to optional peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EGOIST committed May 25, 2022
1 parent a792668 commit 0a5b4b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion package.json
Expand Up @@ -69,11 +69,19 @@
"wait-for-expect": "3.0.2"
},
"peerDependencies": {
"typescript": "^4.1.0"
"typescript": "^4.1.0",
"postcss": "^8.4.12",
"@swc/core": "^1"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
},
"postcss": {
"optional": true
},
"@swc/core": {
"optional": true
}
}
}
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

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

1 comment on commit 0a5b4b6

@vercel
Copy link

@vercel vercel bot commented on 0a5b4b6 May 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

tsup – ./

tsup-egoist.vercel.app
tsup-git-main-egoist.vercel.app
tsup.vercel.app
tsup.egoist.sh

Please sign in to comment.