Skip to content

Commit 0bedc77

Browse files
committed
Update package.json + CI/CD for @tensor-hq org.
1 parent 7f366ea commit 0bedc77

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: yarn flow
3333
- name: Publish Test Report
3434
if: ${{ always() && matrix.node-version == '14' }}
35-
uses: mikepenz/action-junit-report@v2
35+
uses: mikepenz/action-junit-report@127c778ac944abc0f48a5103964304bab7eb208b
3636
with:
3737
check_name: JUnit Annotations for Node ${{ matrix.node-version }}
3838
report_paths: "**/coverage/junit/**/*.xml"

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "react-relay-network-modern",
2+
"name": "@tensor-hq/react-relay-network-modern",
33
"version": "0.0.0-semantically-released",
44
"description": "Network Layer for React Relay and Express (Batch Queries, AuthToken, Logging, Retry)",
55
"engines": {
@@ -13,7 +13,10 @@
1313
"types": "lib/index.d.ts",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/relay-tools/react-relay-network-modern.git"
16+
"url": "https://github.com/tensor-hq/react-relay-network-modern.git"
17+
},
18+
"publishConfig": {
19+
"registry": "https://registry.npmjs.org/"
1720
},
1821
"keywords": [
1922
"relay",

0 commit comments

Comments
 (0)