Skip to content

Commit 5fc574a

Browse files
committed
fix: fix npm funding link
1 parent 54a34dd commit 5fc574a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "angular-calendar",
33
"version": "0.28.1",
44
"description": "A calendar component for angular 6.0+ that can display events on a month, week or day view",
5-
"funding": "https://github.com/sponsors/mattlewis92",
5+
"funding": {
6+
"url": "https://github.com/sponsors/mattlewis92"
7+
},
68
"scripts": {
79
"start": "node --max_old_space_size=8192 ./node_modules/.bin/ng serve --open",
810
"build:copy-package-json": "copyfiles package.json projects/angular-calendar",

0 commit comments

Comments
 (0)