diff --git a/index.js b/index.js index b89e61a..654c554 100644 --- a/index.js +++ b/index.js @@ -57,7 +57,9 @@ const glue = () => { return { schema: gluedSchema.schema, resolver: gluedSchema.resolver } } -exports.glue = glue +module.exports = { + glue +} diff --git a/package.json b/package.json index 05df842..5aece2b 100644 --- a/package.json +++ b/package.json @@ -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",