Skip to content
Snippets Groups Projects
Commit 9eabbe6c authored by Arkerthan's avatar Arkerthan
Browse files

Move minify to optional dependencies.

minify cannot e installed under windows.
parent 34ba34e4
No related branches found
No related tags found
1 merge request!11628Update package.json
......@@ -24,6 +24,7 @@ To effectively work on the project the following tools are required:
* Windows: Open a terminal and execute `cd C:\path\to\project\fc-pregmod`
* GNU/Linux: Open a terminal and execute `cd /path/to/project/fc-pregmod/`
3. Run `npm install` in your terminal
* On Windows, you may need to run `npm install --omit-optional` instead.
4. Open the directory in your preferred editor
* Make sure you have an extension for ESlint installed to catch formatting errors
......
......@@ -25,7 +25,6 @@
"typescript": "^4.4.0"
},
"dependencies": {
"@tdewolff/minify": "^2.12.5",
"autoprefixer": "^10.0.0",
"chalk": "^5.2.0",
"fancy-log-levels": "^1.0.0",
......@@ -41,5 +40,8 @@
"through2": "^4.0.2",
"which": "^3.0.0",
"yargs": "^17.7.1"
},
"optionalDependencies": {
"@tdewolff/minify": "^2.20.9"
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment