Skip to content

Commit

Permalink
move deps to devDeps, because its all bundled!
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Veneman committed Sep 15, 2023
1 parent 33d0a56 commit 98fb58f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
30 changes: 20 additions & 10 deletions package-lock.json

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

8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,10 @@
"files": [
"dist"
],
"dependencies": {
"@projectwallace/css-analyzer": "^5.12.0",
"picocolors": "^1.0.0"
},
"devDependencies": {
"@projectwallace/css-analyzer": "^5.12.0",
"esbuild": "^0.16.17",
"picocolors": "^1.0.0",
"uvu": "^0.5.6"
}
}
}

0 comments on commit 98fb58f

Please sign in to comment.