Skip to content

Commit

Permalink
fix(cosmic-swingset): minor UI versioning tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfig committed Dec 5, 2019
1 parent ad63fee commit e0a5985
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/lib/ag-solo/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@

<hr />
<address>
Source: <a target="_blank" id="package_repo"><span id="package_name">cosmic-swingset</span></a>
Source: <a target="_blank" id="package_repo"><span id="package_name">@agoric/cosmic-swingset</span></a>
v<span id="package_version"></span>+<span id="package_git"></span>
</address>
<script src="./main.js"></script>
Expand Down
9 changes: 0 additions & 9 deletions packages/cosmic-swingset/lib/ag-solo/init-basedir.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,6 @@ export default function initBasedir(
const stdout = execFileSync('git', ['describe', '--always', '--dirty']);
fs.writeFileSync(path.join(dest_htmldir, gr), stdout);
}
const plj = 'package-lock.json';
try {
fs.copyFileSync(
path.join(`${here}/../..`, plj),
path.join(dest_htmldir, plj),
);
} catch (e) {
console.log(`Cannot copy ${plj}:`, e);
}

const source_vatdir = subdir
? path.join(here, 'vats', subdir)
Expand Down

0 comments on commit e0a5985

Please sign in to comment.