Skip to content

Commit 860082a

Browse files
committed
Public.
1 parent 5e9d2d5 commit 860082a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
runs-on: ubuntu-latest
4444
permissions:
4545
contents: write
46-
packages: write
4746
steps:
4847
- uses: actions/checkout@v3
4948
- name: Use Node.js 14

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "@tensor-hq/react-relay-network-modern",
33
"version": "0.0.0-semantically-released",
4+
"private": false,
45
"description": "Network Layer for React Relay and Express (Batch Queries, AuthToken, Logging, Retry)",
56
"engines": {
67
"node": ">=14.21.3"
@@ -12,6 +13,9 @@
1213
"main": "lib/index.js",
1314
"types": "lib/index.d.ts",
1415
"repository": "[email protected]:tensor-hq/react-relay-network-modern.git",
16+
"publishConfig": {
17+
"access": "public"
18+
},
1519
"keywords": [
1620
"relay",
1721
"react",

0 commit comments

Comments
 (0)