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