Skip to content

Commit

Permalink
Rebrand as @kiota-community/*
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann committed Dec 6, 2023
1 parent a0354b4 commit 51247f0
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ a client for a REST API.

## Usage

In your `package.json` file, you must add the `@kiota/kiota-gen` package
In your `package.json` file, you must add the `@kiota-community/kiota-gen` package
as a dev dependency, something like this:

```json
{
"name": "kiota-gen-example",
"version": "0.1.0",
"devDependencies": {
"@kiota/kiota-gen": "0.1.0"
"@kiota-community/kiota-gen": "0.1.0"
}
}
```
Expand Down
8 changes: 4 additions & 4 deletions kiota-gen-example/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 kiota-gen-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://github.com/Apicurio/kiota-js-extra#readme",
"devDependencies": {
"@kiota/kiota-gen": "file:../kiota-gen",
"@kiota-community/kiota-gen": "file:../kiota-gen",
"rimraf": "5.0.5"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions kiota-gen/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 kiota-gen/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@kiota/kiota-gen",
"name": "@kiota-community/kiota-gen",
"version": "SNAPSHOT",
"description": "Wrapper around the Kiota command line for generating client SDKs from OpenAPI.",
"main": "bin/kiota.js",
Expand Down

0 comments on commit 51247f0

Please sign in to comment.