From 18b0bc64341215f70b91fe0a16d8ea3e8f8fd32b Mon Sep 17 00:00:00 2001 From: David Brown Date: Thu, 10 Aug 2017 10:49:09 +0200 Subject: [PATCH] fix package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0aaae4..ced1258 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "notifme-sdk", "version": "0.0.1", "description": "Unified notification SDK (emails, SMS, pushes, webpushes...) for Node.js", - "main": "index.js", + "main": "lib/index.js", "repository": "https://github.com/notifme/notifme-sdk", "author": "Notif.me", "license": "MIT",