Skip to content

Commit

Permalink
chore: add esbuild to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ym-project committed Jan 15, 2022
1 parent f463a57 commit 276b332
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"typescript": "^4.5.4"
},
"peerDependencies": {
"stylus": ">=0.52.4"
"stylus": ">=0.52.4",
"esbuild": ">=0.9.6"
}
}

0 comments on commit 276b332

Please sign in to comment.