From 4661852931bd53c9c034db3e21eb3bfc89531388 Mon Sep 17 00:00:00 2001 From: Richard Torruellas Date: Sun, 29 Nov 2015 12:37:48 -0700 Subject: [PATCH] add main to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 00a21747f9..bbbee1155c 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "Daniel Schafer " ], "license": "BSD-3-Clause", + "main": "index.js", "homepage": "https://github.com/graphql/graphql-js", "bugs": { "url": "https://github.com/graphql/graphql-js/issues"