aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-10-22 22:40:18 +0200
committerLibravatar GitHub <noreply@github.com>2017-10-22 22:40:18 +0200
commitbe749ad49e20b0682af21097d66a1bebef345fec (patch)
tree42b5058ff65a22375a0bde41e2cf8326fed5eddd /package.json
parentMerge branch 'develop' into develop (diff)
parentMerge pull request #45 from rherwig/feature/translation-de-DE (diff)
downloadferdium-app-be749ad49e20b0682af21097d66a1bebef345fec.tar.gz
ferdium-app-be749ad49e20b0682af21097d66a1bebef345fec.tar.zst
ferdium-app-be749ad49e20b0682af21097d66a1bebef345fec.zip
Merge branch 'develop' into develop
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 6521432de..36cea0ca4 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,7 @@
18 "prebuild": "gulp build", 18 "prebuild": "gulp build",
19 "build": "node_modules/.bin/electron-builder --publish onTag", 19 "build": "node_modules/.bin/electron-builder --publish onTag",
20 "rebuild": "node_modules/.bin/electron-rebuild", 20 "rebuild": "node_modules/.bin/electron-rebuild",
21 "precommit": "yarn lint",
21 "commit": "git-cz", 22 "commit": "git-cz",
22 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" 23 "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
23 }, 24 },