Skip to content

Commit

Permalink
fix: fix npm funding link
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Nov 21, 2019
1 parent 54a34dd commit 5fc574a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
"name": "angular-calendar",
"version": "0.28.1",
"description": "A calendar component for angular 6.0+ that can display events on a month, week or day view",
"funding": "https://github.com/sponsors/mattlewis92",
"funding": {
"url": "https://github.com/sponsors/mattlewis92"
},
"scripts": {
"start": "node --max_old_space_size=8192 ./node_modules/.bin/ng serve --open",
"build:copy-package-json": "copyfiles package.json projects/angular-calendar",
Expand Down

0 comments on commit 5fc574a

Please sign in to comment.