Skip to content

Commit ae7322d

Browse files
Merge pull request #23 from onebeyond/chore/increase-version
Increase version
2 parents f740111 + 0ccfb9e commit ae7322d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "systemic-express",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A systemic express component",
55
"main": "index.js",
66
"scripts": {
@@ -13,7 +13,7 @@
1313
"deps:check": "npx @guidesmiths/license-checker --failOn /GPL/ --outputFileName COPYRIGHT",
1414
"prepush": "npm run deps:check",
1515
"postinstall": "npm run deps:check",
16-
"prepare": "husky install"
16+
"prepare": "is-ci || husky install"
1717
},
1818
"author": "GuideSmiths",
1919
"license": "MIT",
@@ -30,7 +30,8 @@
3030
"lodash.merge": "^4.6.2",
3131
"lodash.once": "^4.1.1",
3232
"parse-duration": "^1.0.2",
33-
"server-destroy": "^1.0.1"
33+
"server-destroy": "^1.0.1",
34+
"is-ci": "^3.0.1"
3435
},
3536
"keywords": [
3637
"Systemic",

0 commit comments

Comments
 (0)