Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
royalfig committed Dec 23, 2023
1 parent f51e6d1 commit ff4f08a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
{
"name": "@royalfig/share-button",
"description": "Adds a web-component share button to your website",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"private": false,
"files": ["dist"],
"files": [
"dist"
],
"module": "./dist/share-button.es.js",
"main": "./dist/share-button.umd.js",
"exports": {
Expand Down

0 comments on commit ff4f08a

Please sign in to comment.