Skip to content

Commit 7658120

Browse files
committed
Small fixes
1 parent b74d809 commit 7658120

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "graphql-compose-relay",
33
"version": "0.0.3",
4-
"description": "Plugin for `graphql-mongoose` which wraps graphql types with Relay specific logic.",
4+
"description": "Plugin for `graphql-compose` which wraps graphql types with Relay specific logic.",
55
"files": [
66
"es",
77
"lib"

src/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* @flow */
2+
13
import { composeWithRelay } from './composeWithRelay';
24

35
export default composeWithRelay;

0 commit comments

Comments
 (0)