Skip to content

Commit 053c014

Browse files
committed
5.0.1
1 parent 1b34852 commit 053c014

File tree

1 file changed

+25
-7
lines changed

1 file changed

+25
-7
lines changed

package.json

+25-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@compositor/x0",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Zero-config React development environment and static site generator",
55
"main": "index.js",
66
"bin": {
@@ -71,12 +71,30 @@
7171
"title": "Compositor x0",
7272
"basename": "/x0",
7373
"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+
}
8098
]
8199
},
82100
"ava": {

0 commit comments

Comments
 (0)