From 756a726c4a1ce1c103fa20acb38cf85f92a50815 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <gua@adhisimon.org>
Date: Thu, 18 Jan 2018 16:25:05 +0700
Subject: [PATCH] postversion script

---
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index a15503a..1464ddd 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,8 @@
   "description": "ST24 Gateway to KOMODO",
   "main": "index.js",
   "scripts": {
-    "test": "mocha"
+    "test": "mocha",
+    "postversion": "git push && git push --tags"
   },
   "repository": {
     "type": "git",
-- 
1.9.0