diff --git a/.gitignore b/.gitignore index 126b9d1..0944ceb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules .esm-cache +.npmrc diff --git a/package.json b/package.json index 934a5a5..0823802 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "electron-push-receiver", - "version": "2.1.0", + "version": "2.1.1", "description": "A module to receive FCM notifications in electron", "main": "src/index.js", "repository": "https://github.com/MatthieuLemoine/electron-push-receiver",