Skip to content

Commit

Permalink
Change scope to @npmcli
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Harrison <[email protected]>
  • Loading branch information
feelepxyz committed Oct 25, 2023
1 parent aca15b0 commit 80ed899
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Details on npm provenance

## Packages

- [`@npm/provenance-cli`](./packages/cli) - Command line interface for generating SLSA provenance on supported CI/CD vendors.
- [`@npmcli/provenance-cli`](./packages/cli) - Command line interface for generating SLSA provenance on supported CI/CD vendors.
4 changes: 2 additions & 2 deletions 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/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# @npm/provenance-cli
# @npmcli/provenance-cli
6 changes: 3 additions & 3 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @npm/provenance-cli
# @npmcli/provenance-cli

CLI for generating SLSA provenance on GitHub Actions and GitLab CI.

Expand All @@ -7,11 +7,11 @@ CLI for generating SLSA provenance on GitHub Actions and GitLab CI.
<!-- usage -->

```sh-session
$ npm install -g @npm/provenance-cli
$ npm install -g @npmcli/provenance-cli
$ provenance COMMAND
running command...
$ provenance (--version)
@npm/provenance-cli/0.0.1 darwin-arm64 node-v18.17.1
@npmcli/provenance-cli/0.0.1 darwin-arm64 node-v18.17.1
$ provenance --help [COMMAND]
USAGE
$ provenance COMMAND
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/oclif.manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"hasDynamicHelp": false,
"hiddenAliases": [],
"id": "generate",
"pluginAlias": "@npm/provenance-cli",
"pluginName": "@npm/provenance-cli",
"pluginAlias": "@npmcli/provenance-cli",
"pluginName": "@npmcli/provenance-cli",
"pluginType": "core",
"strict": true,
"enableJsonFlag": false,
Expand All @@ -61,4 +61,4 @@
}
},
"version": "0.0.1"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@npm/provenance-cli",
"name": "@npmcli/provenance-cli",
"version": "0.0.1",
"description": "Generate SLSA provenance",
"author": "Philip Harrison @feelepxyz",
Expand Down Expand Up @@ -62,4 +62,4 @@
"engines": {
"node": ">=18.0.0"
}
}
}

0 comments on commit 80ed899

Please sign in to comment.