We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3fa73 commit 044e04aCopy full SHA for 044e04a
.github/workflows/main.yml
@@ -15,7 +15,6 @@ jobs:
15
node-version:
16
- 18
17
- 16
18
- - 14
19
20
steps:
21
- uses: actions/checkout@v3
package.json
@@ -3,6 +3,7 @@
3
"version": "3.0.0",
4
"description": "Inline css into an html file.",
5
"main": "index.js",
6
+ "workspaces": ["./packages/*"],
7
"dependencies": {
8
"cheerio": "^1.0.0-rc.10",
9
"css-rules": "^1.1.0",
0 commit comments