mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-06 04:19:14 +00:00
Update package name to @lukehagar/arbiter in package.json and README.md for consistency and clarity.
This commit is contained in:
@@ -22,7 +22,7 @@ Arbiter is a powerful API proxy and documentation generator that automatically c
|
||||
### Installation
|
||||
|
||||
```bash
|
||||
npm install -g arbiter
|
||||
npm install -g @lukehagar/arbiter
|
||||
```
|
||||
|
||||
### Basic Usage
|
||||
@@ -164,8 +164,8 @@ Arbiter can also be used as middleware in your own application:
|
||||
|
||||
```typescript
|
||||
import express from 'express';
|
||||
import { harRecorder } from 'arbiter/middleware';
|
||||
import { openApiStore } from 'arbiter/store';
|
||||
import { harRecorder } from '@lukehagar/arbiter/middleware';
|
||||
import { openApiStore } from '@lukehagar/arbiter/store';
|
||||
|
||||
const app = express();
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "arbiter",
|
||||
"name": "@lukehagar/arbiter",
|
||||
"version": "1.0.0",
|
||||
"description": "API proxy with OpenAPI generation and HAR export capabilities",
|
||||
"main": "dist/cli.js",
|
||||
|
||||
Reference in New Issue
Block a user