Skip to content

Commit

Permalink
[ Documentation ] Remove form-data from all documentation (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlajous authored Mar 19, 2024
1 parent 3aa6dde commit d98f696
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 16 deletions.
4 changes: 2 additions & 2 deletions docs/pages/packages/drops.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
### NPM

```bash
npm install @poap-xyz/drops @poap-xyz/utils @poap-xyz/providers axios form-data
npm install @poap-xyz/drops @poap-xyz/utils @poap-xyz/providers axios
```

### Yarn

```bash
yarn add @poap-xyz/drops @poap-xyz/utils @poap-xyz/providers axios form-data
yarn add @poap-xyz/drops @poap-xyz/utils @poap-xyz/providers axios
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/packages/moments.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
### NPM

```bash
npm install @poap-xyz/moments @poap-xyz/utils @poap-xyz/providers axios form-data
npm install @poap-xyz/moments @poap-xyz/utils @poap-xyz/providers axios
```

### Yarn

```bash
yarn add @poap-xyz/moments @poap-xyz/utils @poap-xyz/providers axios form-data
yarn add @poap-xyz/moments @poap-xyz/utils @poap-xyz/providers axios
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/packages/providers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
### NPM

```bash
npm install @poap-xyz/providers axios form-data
npm install @poap-xyz/providers axios
```

### Yarn

```bash
yarn add @poap-xyz/providers axios form-data
yarn add @poap-xyz/providers axios
```

## Documentation
Expand Down
1 change: 0 additions & 1 deletion examples/drops/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@types/node": "^18.16.0",
"axios": "^1.3.5",
"dotenv": "^16.0.3",
"form-data": "^4.0.0",
"stream": "^0.0.2"
},
"devDependencies": {
Expand Down
1 change: 0 additions & 1 deletion examples/poaps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@types/node": "^18.16.0",
"axios": "^1.3.5",
"dotenv": "^16.0.3",
"form-data": "^4.0.0",
"perf_hooks": "^0.0.1",
"stream": "^0.0.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/drops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
### NPM

```bash
npm install @poap-xyz/drops @poap-xyz/utils @poap-xyz/providers axios form-data
npm install @poap-xyz/drops @poap-xyz/utils @poap-xyz/providers axios
```

### Yarn

```bash
yarn add @poap-xyz/drops @poap-xyz/utils @poap-xyz/providers axios form-data
yarn add @poap-xyz/drops @poap-xyz/utils @poap-xyz/providers axios
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/moments/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
### NPM

```bash
npm install @poap-xyz/moments @poap-xyz/utils @poap-xyz/providers axios form-data
npm install @poap-xyz/moments @poap-xyz/utils @poap-xyz/providers axios
```

### Yarn

```bash
yarn add @poap-xyz/moments @poap-xyz/utils @poap-xyz/providers axios form-data
yarn add @poap-xyz/moments @poap-xyz/utils @poap-xyz/providers axio
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions packages/providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
### NPM

```bash
npm install @poap-xyz/providers axios form-data
npm install @poap-xyz/providers axios
```

### Yarn

```bash
yarn add @poap-xyz/providers axios form-data
yarn add @poap-xyz/providers axios
```

## Documentation
Expand Down
2 changes: 0 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1888,7 +1888,6 @@ __metadata:
"@types/node-fetch": ^2.6.3
axios: ^1.3.5
dotenv: ^16.0.3
form-data: ^4.0.0
stream: ^0.0.2
ts-node: ^10.4.0
typescript: ^4.5.5
Expand Down Expand Up @@ -1925,7 +1924,6 @@ __metadata:
"@types/node": ^18.16.0
axios: ^1.3.5
dotenv: ^16.0.3
form-data: ^4.0.0
perf_hooks: ^0.0.1
stream: ^0.0.2
ts-node: ^10.4.0
Expand Down

0 comments on commit d98f696

Please sign in to comment.