lint
This commit is contained in:
parent
daf7179e4f
commit
d40c8a7e9f
@ -50,7 +50,7 @@ const PackageLink = ({ config, type, pkg, text }) => {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const label = `${platform}/${arch}: ${cid}`
|
const label = `${platform}/${arch}: ${cid}`;
|
||||||
packageLinks.push(
|
packageLinks.push(
|
||||||
<Link
|
<Link
|
||||||
key={cid}
|
key={cid}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"build": {
|
"build": {
|
||||||
"name": "@dxos/console-app",
|
"name": "@dxos/console-app",
|
||||||
"buildDate": "2020-10-30T16:31:29.034Z",
|
"buildDate": "2020-10-30T19:35:04.535Z",
|
||||||
"version": "1.1.0-beta.10"
|
"version": "1.1.0-beta.11"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user