We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41eabdc commit da868bbCopy full SHA for da868bb
package.json
@@ -1,5 +1,6 @@
1
{
2
"name": "hestia",
3
+ "private": true,
4
"version": "1.7.0-alpha",
5
"description": "An open-source Linux web server control panel.",
6
"repository": "https://github.com/hestiacp/hestiacp",
@@ -9,7 +10,7 @@
9
10
"lint": "prettier --check . && eslint web/js/ && stylelint web/css/src/themes/*.css",
11
"lint-staged": "lint-staged",
12
"format": "prettier --write .",
- "prepare": "husky install"
13
+ "postinstall": "husky install"
14
},
15
"dependencies": {
16
"@fortawesome/fontawesome-free": "^6.2.1",
0 commit comments