We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f740111 + 0ccfb9e commit ae7322dCopy full SHA for ae7322d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "systemic-express",
3
- "version": "1.1.3",
+ "version": "1.1.4",
4
"description": "A systemic express component",
5
"main": "index.js",
6
"scripts": {
@@ -13,7 +13,7 @@
13
"deps:check": "npx @guidesmiths/license-checker --failOn /GPL/ --outputFileName COPYRIGHT",
14
"prepush": "npm run deps:check",
15
"postinstall": "npm run deps:check",
16
- "prepare": "husky install"
+ "prepare": "is-ci || husky install"
17
},
18
"author": "GuideSmiths",
19
"license": "MIT",
@@ -30,7 +30,8 @@
30
"lodash.merge": "^4.6.2",
31
"lodash.once": "^4.1.1",
32
"parse-duration": "^1.0.2",
33
- "server-destroy": "^1.0.1"
+ "server-destroy": "^1.0.1",
34
+ "is-ci": "^3.0.1"
35
36
"keywords": [
37
"Systemic",
0 commit comments