From 92859523e866627da95ce0dd4624f2c9ae3090ec Mon Sep 17 00:00:00 2001 From: Cameron Bernhardt Date: Tue, 21 Jul 2020 00:03:04 -0400 Subject: [PATCH] Bump version and change entry point --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 1d6cd6a..fcb4d68 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mnotify", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f749897..b7ba3aa 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "mnotify", - "version": "1.0.1", + "version": "1.1.0", "description": "A command-line utility for sending alerts and notifications through Messenger.", - "main": "src/mnotify.js", + "main": "index.js", "bin": { "mnotify": "src/mnotify.js" },