Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Commit

Permalink
The "src" directory is renamed to "lib"
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvdvleuten committed Aug 23, 2017
1 parent ff2332e commit 27d4a2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"description": "Preprocess GraphQL queries with the Preact CLI",
"license": "MIT",
"author": "Robin van der Vleuten <robin@webstronauts.co>",
"main": "src/index.js",
"main": "lib/index.js",
"keywords": [
"preact",
"plugin",
"graphql"
],
"files": [
"src"
"lib"
],
"scripts": {
"test": "xo"
Expand Down

0 comments on commit 27d4a2e

Please sign in to comment.