We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54a34dd commit 5fc574aCopy full SHA for 5fc574a
package.json
@@ -2,7 +2,9 @@
2
"name": "angular-calendar",
3
"version": "0.28.1",
4
"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",
+ "funding": {
6
+ "url": "https://github.com/sponsors/mattlewis92"
7
+ },
8
"scripts": {
9
"start": "node --max_old_space_size=8192 ./node_modules/.bin/ng serve --open",
10
"build:copy-package-json": "copyfiles package.json projects/angular-calendar",
0 commit comments