Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit bfded92

Browse files
author
kris dot cool
committed
Merge pull request #48 from Olgagr/master
main attribute in bower.json sets entry-point file.
2 parents a825dfb + 84bc685 commit bfded92

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bower.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "whatsapp-sharing",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"homepage": "https://github.com/kriskbx/whatsapp-sharing",
55
"authors": [
66
"kriskbx"
77
],
8-
"main": "whatsapp sharing button generator",
8+
"main": "dist/whatsapp-button.js",
99
"keywords": [
1010
"whatsapp",
1111
"sharing",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whatsapp-sharing",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "WhatsApp Sharing Button",
55
"main": "-",
66
"scripts": {

0 commit comments

Comments
 (0)