diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-08-02 14:45:44 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-08-02 14:45:44 -0600 |
| commit | a03ce9ac12aa152d9bcb24a84fe71012b16c8d06 (patch) | |
| tree | 78311ae3abf4c79898e09b73004bb8b1fa3f6ede /src/stylesheets/package.json | |
| parent | 28d7af0fcd57231df8f194708afc9837ee95c0ed (diff) | |
change dependencies in stylesheet build to devDependencies [skip ci]
Diffstat (limited to 'src/stylesheets/package.json')
| -rw-r--r-- | src/stylesheets/package.json | 2 |
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", |
