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

Commit

Permalink
Package.json: remove "private": false field
Browse files Browse the repository at this point in the history
This field is being removed by Yarn 2+ (`"private": true` stays untouched). This commit basically offloads this PR: adeira/universe#2154

adeira-source-id: 2e06a4b2c37428ed66406781dea2d76e6200fed7
  • Loading branch information
mrtnzlml authored and adeira-github-bot committed Jun 16, 2022
1 parent b5b9a60 commit 8d5ef12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "@adeira/graphql-relay",
"private": false,
"sideEffects": false,
"version": "0.3.0",
"description": "A library to help construct a graphql-js server supporting react-relay.",
Expand Down

0 comments on commit 8d5ef12

Please sign in to comment.