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 694edd2 commit 75667d9
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-fauna",
"private": false,
"version": "0.3.0",
"main": "./src/index.js",
"type": "commonjs",
Expand Down

0 comments on commit 75667d9

Please sign in to comment.