From b3ce6cfa2ccae264482dd212b590059a830a0f29 Mon Sep 17 00:00:00 2001 From: Daniel Merrill Date: Thu, 3 Jan 2019 17:49:42 -0300 Subject: [PATCH] chore: update package.json version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index bf0358b..5ff6fa7 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "apollo-cursor-pagination", - "version": "0.1.0", + "version": "0.2.0", "description": "Relay's Connection implementation for Apollo Server GraphQL library", - "main": "index.js", + "main": "dist/index.js", "repository": "https://github.com/Terminal-Systems/apollo-cursor-pagination", "author": "Daniel Merrill ", "license": "MIT",