Skip to content

Commit

Permalink
fix: Issue related to exporting module
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasdao committed Jul 18, 2017
1 parent 9e6748a commit a4c548b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ const glue = () => {
return { schema: gluedSchema.schema, resolver: gluedSchema.resolver }
}

exports.glue = glue
module.exports = {
glue
}



Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint index.js",
"release": "standard-version"
"release": "standard-version --prerelease alpha"
},
"keywords": [
"graphql",
Expand Down

0 comments on commit a4c548b

Please sign in to comment.