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": {