Skip to content

Commit 3abea7f

Browse files
attriddougwilson
authored andcommitted
examples: remove multipart example
Closes expressjs#5193 closes expressjs#5195
1 parent 2a89eb5 commit 3abea7f

File tree

3 files changed

+0
-64
lines changed

3 files changed

+0
-64
lines changed

examples/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ This page contains list of examples using Express.
1313
- [hello-world](./hello-world) - Simple request handler
1414
- [markdown](./markdown) - Markdown as template engine
1515
- [multi-router](./multi-router) - Working with multiple Express routers
16-
- [multipart](./multipart) - Accepting multipart-encoded forms
1716
- [mvc](./mvc) - MVC-style controllers
1817
- [online](./online) - Tracking online user activity with `online` and `redis` packages
1918
- [params](./params) - Working with route parameters

examples/multipart/index.js

Lines changed: 0 additions & 62 deletions
This file was deleted.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@
7373
"method-override": "3.0.0",
7474
"mocha": "10.2.0",
7575
"morgan": "1.10.0",
76-
"multiparty": "4.2.3",
7776
"nyc": "15.1.0",
7877
"pbkdf2-password": "1.2.1",
7978
"supertest": "6.3.0",

0 commit comments

Comments
 (0)