aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-05-16 12:25:02 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-05-16 12:32:41 +0530
commitacf2cc774cf922420286f8879dfbc305a424cea3 (patch)
treefb8071c32d115f5e65e9a3579139f7f1afc5e459 /package.json
parentChanged Office365 recipe to allow for self-hosted urls. Bumped version. (diff)
downloadferdium-recipes-acf2cc774cf922420286f8879dfbc305a424cea3.tar.gz
ferdium-recipes-acf2cc774cf922420286f8879dfbc305a424cea3.tar.zst
ferdium-recipes-acf2cc774cf922420286f8879dfbc305a424cea3.zip
Added check for verifying that the 'package.json' file has a version
change if there are other changes in the same recipe.
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index 45dfaa6..ff973c1 100644
--- a/package.json
+++ b/package.json
@@ -38,7 +38,8 @@
38 "eslint": "^5.10.0", 38 "eslint": "^5.10.0",
39 "husky": "^6.0.0", 39 "husky": "^6.0.0",
40 "imagemin-cli": "^6.0.0", 40 "imagemin-cli": "^6.0.0",
41 "prettier": "^2.3.0" 41 "prettier": "^2.3.0",
42 "simple-git": "^2.39.0"
42 }, 43 },
43 "husky": { 44 "husky": {
44 "hooks": { 45 "hooks": {