From c9bbd355b18b890dd5c8cb51182e1b05f63ed4c4 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <me@adhisimon.org>
Date: Thu, 15 Aug 2019 20:57:25 +0700
Subject: [PATCH] Postversion script

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

diff --git a/package.json b/package.json
index 9bae6e8..fa2e797 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,8 @@
   "description": "Komodo center for HTTP GET - Rewrited",
   "main": "index.js",
   "scripts": {
-    "test": "mocha"
+    "test": "mocha",
+    "postversion": "git push && git push --tags"
   },
   "repository": {
     "type": "git",
-- 
1.9.0