From 84bc685cca8fd54449081c0e5866912450993463 Mon Sep 17 00:00:00 2001 From: Olga Grabek Date: Thu, 14 May 2015 20:12:09 +0200 Subject: [PATCH] main attribute in bower.json sets entry-point file --- bower.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index a9c8be3..2c0ceef 100644 --- a/bower.json +++ b/bower.json @@ -1,11 +1,11 @@ { "name": "whatsapp-sharing", - "version": "1.3.2", + "version": "1.3.3", "homepage": "https://github.com/kriskbx/whatsapp-sharing", "authors": [ "kriskbx" ], - "main": "whatsapp sharing button generator", + "main": "dist/whatsapp-button.js", "keywords": [ "whatsapp", "sharing", diff --git a/package.json b/package.json index d2b4247..e2d8d7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "whatsapp-sharing", - "version": "1.3.2", + "version": "1.3.3", "description": "WhatsApp Sharing Button", "main": "-", "scripts": {