Skip to content
This repository was archived by the owner on Jan 22, 2023. It is now read-only.

Commit becc44d

Browse files
authored
Merge pull request #13 from add2cal/dev
minor fixes
2 parents a6d73f6 + f20c566 commit becc44d

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@
1414
# node_modules.
1515
node_modules/
1616

17-
/dist
17+
# dist folder.
18+
dist/

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
{
22
"name": "add-to-calendar-button-vue",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"engines": {
55
"node": ">=14.20.0"
66
},
77
"description": "Convenient Vue.js wrapper for the add to calendar button snippet, which lets you reliably create beautiful buttons, where people can add events to their calendars.",
88
"type": "module",
99
"files": [
10-
"dist"
10+
"dist",
11+
"tests"
1112
],
1213
"main": "./dist/atcb.umd.cjs",
1314
"module": "./dist/atcb.js",
14-
"types": "./dist/AddToCalendarButtonComponent.vue.d.ts",
15+
"types": "./dist/index.d.ts",
1516
"exports": {
1617
".": {
1718
"import": "./dist/atcb.js",

0 commit comments

Comments
 (0)