From 27d4a2ef53f0b05f752d237e336b5eb1a05233fb Mon Sep 17 00:00:00 2001 From: Robin van der Vleuten Date: Wed, 23 Aug 2017 14:07:33 +0200 Subject: [PATCH] The "src" directory is renamed to "lib" --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"