Skip to content

Commit

Permalink
Merge pull request #211 from DavidTanner/fixRef
Browse files Browse the repository at this point in the history
Reference new org ownership
  • Loading branch information
dlau committed Sep 27, 2022
2 parents 621cf37 + 9f3b52d commit 5efbf1a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 21 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ jobs:
node-version: ${{ matrix.node-version }}
- run: npm i
- run: npm test

# TODO: port travis TS integration build/test here
17 changes: 0 additions & 17 deletions .travis.yml

This file was deleted.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
koa-body [![CI](https://github.com/koajs/koa-body/actions/workflows/ci.yaml/badge.svg)](https://github.com/koajs/koa-body/actions/workflows/ci.yaml)(https://travis-ci.org/dlau/koa-body) [![Dependencies Status](https://david-dm.org/dlau/koa-body/status.svg)](https://david-dm.org/dlau/koa-body) [![KoaJs Slack](https://img.shields.io/badge/Koa.Js-Slack%20Channel-Slack.svg?longCache=true)](https://communityinviter.com/apps/koa-js/koajs)
koa-body
[![CI](https://github.com/koajs/koa-body/actions/workflows/ci.yaml/badge.svg)](https://github.com/koajs/koa-body/actions/workflows/ci.yaml)
[![KoaJs Slack](https://img.shields.io/badge/Koa.Js-Slack%20Channel-Slack.svg?longCache=true)](https://communityinviter.com/apps/koa-js/koajs)

================

> A full-featured [`koa`](https://github.com/koajs/koa) body parser middleware. Supports `multipart`, `urlencoded`, and `json` request bodies. Provides the same functionality as Express's bodyParser - [`multer`](https://github.com/expressjs/multer).
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"repository": {
"type": "git",
"url": "git://github.com/dlau/koa-body.git"
"url": "git://github.com/koajs/koa-body.git"
},
"keywords": [
"koa",
Expand Down

0 comments on commit 5efbf1a

Please sign in to comment.