Skip to content

Commit

Permalink
TEMP: test publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bcheidemann committed Feb 17, 2023
1 parent e04e3c6 commit 91589d8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion packages/cli/cli.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

import chalk from "chalk";
import fs from "fs";
import * as actionValidator from "@action-validator/core";
import * as actionValidator from "@bcheidemann__test/action-validator-core";

function usage(exitCode = 0) {
console.log(
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@action-validator/cli",
"name": "@bcheidemann__test/action-validator-cli",
"collaborators": [
"Matt Palmer <matt@hezmatt.org>",
"Ben Heidemann <ben@heidemann.co.uk>"
Expand Down Expand Up @@ -27,9 +27,9 @@
"chalk": "5.2.0"
},
"devDependencies": {
"@action-validator/core": "file:../core"
"@bcheidemann__test/action-validator-core": "file:../core"
},
"peerDependencies": {
"@action-validator/core": "0.0.0-git"
"@bcheidemann__test/action-validator-core": "0.0.0-git"
}
}
4 changes: 2 additions & 2 deletions packages/core/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@action-validator/core",
"name": "@bcheidemann__test/action-validator-core",
"collaborators": [
"Matt Palmer <matt@hezmatt.org>",
"Ben Heidemann <ben@heidemann.co.uk>"
Expand Down

0 comments on commit 91589d8

Please sign in to comment.