diff --git a/package.json b/package.json index cdcabfa..5f68a44 100644 --- a/package.json +++ b/package.json @@ -4,14 +4,14 @@ "description": "Preprocess GraphQL queries with the Preact CLI", "license": "MIT", "author": "Robin van der Vleuten ", - "main": "src/index.js", + "main": "lib/index.js", "keywords": [ "preact", "plugin", "graphql" ], "files": [ - "src" + "lib" ], "scripts": { "test": "xo"