From eb1f787fb385972bb3972d2525487537709bfde8 Mon Sep 17 00:00:00 2001 From: Michal Moravcik Date: Sat, 8 Aug 2020 02:21:33 +0200 Subject: [PATCH] changes in package.json and .gitignore --- .gitignore | 4 +++- package.json | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index dd863f5..04582c7 100644 --- a/.gitignore +++ b/.gitignore @@ -25,4 +25,6 @@ typings/ .yarn-integrity .env .DS_Store -test.js \ No newline at end of file +test.js +*.idea +package-lock.json diff --git a/package.json b/package.json index 68e8dda..9e9c70a 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,8 @@ ], "main": "index.js", "scripts": { + "preversion": "git push", + "version": "npm publish", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {