Skip to content

Commit

Permalink
chore: Add missing files & update browser field
Browse files Browse the repository at this point in the history
  • Loading branch information
Dabolus committed Nov 7, 2019
1 parent aa3ab4d commit 81e066e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "A complete and simple to use share menu.",
"main": "share-menu.js",
"module": "share-menu.js",
"browser": "share-menu.iife.js",
"browser": "share-menu.js",
"types": "share-menu.d.ts",
"type": "module",
"scripts": {
Expand Down Expand Up @@ -71,10 +71,16 @@
"files": [
"LICENSE",
"demo",
"share-menu.d.ts",
"share-menu.iife.js",
"share-menu.iife.min.js",
"share-menu.js",
"share-menu.min.js",
"social-icons.d.ts",
"social-icons.iife.js",
"social-icons.iife.min.js",
"social-icons.js",
"social-icons.min.js",
"package.json",
"README.md",
"share-menu.d.ts",
Expand Down

0 comments on commit 81e066e

Please sign in to comment.