Skip to content

Commit

Permalink
chore: remove unsupported examples
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed May 22, 2023
1 parent dc7a4a6 commit b7627b5
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 843 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![commits since latest release][comm-image]][comm-url]

Resumable upload middleware for [express](https://github.com/expressjs/express)
, [fastify](https://github.com/fastify/fastify) and plain node.js.
and plain node.js.
Server-side part of [ngx-uploadx](https://github.com/kukhariev/ngx-uploadx)

## ✨ Features
Expand Down
25 changes: 0 additions & 25 deletions examples/fastify.ts

This file was deleted.

4 changes: 0 additions & 4 deletions examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"basic": "tsnd -r tsconfig-paths/register -r dotenv/config express-basic",
"express": "tsnd -r tsconfig-paths/register -r dotenv/config express",
"express-polling": "tsnd -r tsconfig-paths/register -r dotenv/config express-polling",
"fastify": "tsnd -r tsconfig-paths/register -r dotenv/config fastify",
"gcs:direct": "tsnd -r tsconfig-paths/register -r dotenv/config gcs-direct",
"gcs": "tsnd -r tsconfig-paths/register -r dotenv/config express-gcs",
"s3": "tsnd -r tsconfig-paths/register -r dotenv/config express-s3",
Expand All @@ -20,10 +19,7 @@
"cp-file": "10.0.0",
"dotenv": "16.0.3",
"express": "4.18.2",
"fastify": "4.13.0",
"@fastify/middie": "8.1.0",
"node-uploadx": "^6.1.2",
"pino": "8.11.0",
"winston": "3.8.2"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit b7627b5

Please sign in to comment.