|
2 | 2 | "name": "@stacksjs/calendar",
|
3 | 3 | "type": "module",
|
4 | 4 | "version": "0.0.0",
|
5 |
| - "description": "An opinionated notification component for Stacks.", |
| 5 | + "description": "Calendar components for all.", |
6 | 6 | "author": "Chris Breuer",
|
7 | 7 | "license": "MIT",
|
8 | 8 | "funding": "https://github.com/sponsors/chrisbbreuer",
|
9 |
| - "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/components/notification#readme", |
| 9 | + "homepage": "https://github.com/stacksjs/stacks/tree/main/storage/framework/core/components/calendar#readme", |
10 | 10 | "repository": {
|
11 | 11 | "type": "git",
|
12 | 12 | "url": "git+https://github.com/stacksjs/stacks.git",
|
13 |
| - "directory": "./storage/framework/core/components/notification" |
| 13 | + "directory": "./storage/framework/core/components/calendar" |
14 | 14 | },
|
15 | 15 | "sideEffects": ["**/*.css"],
|
16 | 16 | "exports": {
|
17 | 17 | ".": {
|
18 |
| - "types": "./lib/stacks-notification.d.ts", |
19 |
| - "import": "./lib/stacks-notification.js" |
| 18 | + "types": "./lib/stacks-calendar.d.ts", |
| 19 | + "import": "./lib/stacks-calendar.js" |
20 | 20 | },
|
21 | 21 | "./*": {
|
22 | 22 | "import": "./lib/*"
|
23 | 23 | }
|
24 | 24 | },
|
25 |
| - "module": "dist/stacks-notification.js", |
26 |
| - "types": "dist/stacks-notification.d.ts", |
| 25 | + "module": "dist/stacks-calendar.js", |
| 26 | + "types": "dist/stacks-calendar.d.ts", |
27 | 27 | "contributors": ["Chris Breuer <chris@stacksjs.org>"],
|
28 | 28 | "files": ["README.md", "lib", "src", "volar.d.ts"],
|
29 | 29 | "scripts": {
|
|
0 commit comments