Skip to content

Commit 0822001

Browse files
committed
Added missing metadata to package.json and a link to the readme.
1 parent 6831fef commit 0822001

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "apollo-upload-server",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
4+
"description": "In combination with Apollo upload client, enhances Apollo for intuitive file uploads via GraphQL mutations or queries.",
45
"license": "MIT",
56
"author": {
67
"name": "Jayden Seric",
@@ -11,6 +12,15 @@
1112
"type": "git",
1213
"url": "https://github.com/jaydenseric/apollo-upload-server.git"
1314
},
15+
"homepage": "https://github.com/jaydenseric/apollo-upload-server#readme",
16+
"bugs": "https://github.com/jaydenseric/apollo-upload-server/issues",
17+
"keywords": [
18+
"apollo",
19+
"graphql",
20+
"file",
21+
"upload",
22+
"express"
23+
],
1424
"dependencies": {
1525
"formidable": "^1.1.1",
1626
"mkdirp": "^0.5.1",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ![Apollo upload server](https://cdn.rawgit.com/jaydenseric/apollo-upload-server/v1.0.0/apollo-upload-logo.svg)
1+
# ![Apollo upload server](https://cdn.rawgit.com/jaydenseric/apollo-upload-server/v1.0.1/apollo-upload-logo.svg)
22

33
![NPM version](https://img.shields.io/npm/v/apollo-upload-server.svg?style=flat-square) ![Github issues](https://img.shields.io/github/issues/jaydenseric/apollo-upload-server.svg?style=flat-square) ![Github stars](https://img.shields.io/github/stars/jaydenseric/apollo-upload-server.svg?style=flat-square)
44

@@ -15,7 +15,7 @@ Install with [Yarn](https://yarnpkg.com):
1515
yarn add apollo-upload-server
1616
```
1717

18-
Add the server middleware just before `graphqlExpress`:
18+
Add the server middleware just before [`graphqlExpress`](https://github.com/apollographql/graphql-server):
1919

2020
```js
2121
import {apolloUploadExpress} from 'apollo-upload-server'

0 commit comments

Comments
 (0)