|
1 | 1 | {
|
2 | 2 | "name": "@compositor/x0",
|
3 |
| - "version": "5.0.0", |
| 3 | + "version": "5.0.1", |
4 | 4 | "description": "Zero-config React development environment and static site generator",
|
5 | 5 | "main": "index.js",
|
6 | 6 | "bin": {
|
|
71 | 71 | "title": "Compositor x0",
|
72 | 72 | "basename": "/x0",
|
73 | 73 | "meta": [
|
74 |
| - { "name": "description", "content": "Zero-config React development environment and static site generator" }, |
75 |
| - { "name": "twitter:card", "content": "summary" }, |
76 |
| - { "name": "twitter:site", "content": "@getcompositor" }, |
77 |
| - { "name": "twitter:image", "content": "https://compositor.io/logo/dist/compositor.png" }, |
78 |
| - { "name": "twitter:title", "content": "Compositor x0" }, |
79 |
| - { "name": "twitter:description", "content": "Zero-config React development environment and static site generator" } |
| 74 | + { |
| 75 | + "name": "description", |
| 76 | + "content": "Zero-config React development environment and static site generator" |
| 77 | + }, |
| 78 | + { |
| 79 | + "name": "twitter:card", |
| 80 | + "content": "summary" |
| 81 | + }, |
| 82 | + { |
| 83 | + "name": "twitter:site", |
| 84 | + "content": "@getcompositor" |
| 85 | + }, |
| 86 | + { |
| 87 | + "name": "twitter:image", |
| 88 | + "content": "https://compositor.io/logo/dist/compositor.png" |
| 89 | + }, |
| 90 | + { |
| 91 | + "name": "twitter:title", |
| 92 | + "content": "Compositor x0" |
| 93 | + }, |
| 94 | + { |
| 95 | + "name": "twitter:description", |
| 96 | + "content": "Zero-config React development environment and static site generator" |
| 97 | + } |
80 | 98 | ]
|
81 | 99 | },
|
82 | 100 | "ava": {
|
|
0 commit comments