summaryrefslogtreecommitdiff
path: root/src/stylesheets/package.json
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2021-08-02 14:45:44 -0600
committerDan Allen <dan.j.allen@gmail.com>2021-08-02 14:45:44 -0600
commita03ce9ac12aa152d9bcb24a84fe71012b16c8d06 (patch)
tree78311ae3abf4c79898e09b73004bb8b1fa3f6ede /src/stylesheets/package.json
parent28d7af0fcd57231df8f194708afc9837ee95c0ed (diff)
change dependencies in stylesheet build to devDependencies [skip ci]
Diffstat (limited to 'src/stylesheets/package.json')
-rw-r--r--src/stylesheets/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stylesheets/package.json b/src/stylesheets/package.json
index 7929442c..8f449914 100644
--- a/src/stylesheets/package.json
+++ b/src/stylesheets/package.json
@@ -1,7 +1,7 @@
{
"private": true,
"description": "Compiles the default stylesheet for the built-in HTML converter.",
- "dependencies": {
+ "devDependencies": {
"cssnano": "~5.0",
"package.json": "^2.0.1",
"postcss": "~8.3",