Skip to content

Commit e7a600a

Browse files
committed
Update package.json.
1 parent 270fb96 commit e7a600a

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: mikepenz/action-junit-report@127c778ac944abc0f48a5103964304bab7eb208b
3636
with:
3737
check_name: JUnit Annotations for Node ${{ matrix.node-version }}
38-
report_paths: "**/coverage/junit/**/*.xml"
38+
report_paths: '**/coverage/junit/**/*.xml'
3939

4040
publish:
4141
if: github.ref == 'refs/heads/master' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta'
@@ -55,4 +55,3 @@ jobs:
5555
run: yarn semantic-release
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
58-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

package.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,7 @@
1111
],
1212
"main": "lib/index.js",
1313
"types": "lib/index.d.ts",
14-
"repository": {
15-
"type": "git",
16-
"url": "https://github.com/tensor-hq/react-relay-network-modern.git"
17-
},
18-
"publishConfig": {
19-
"registry": "https://registry.npmjs.org/"
20-
},
14+
"repository": "[email protected]:tensor-hq/react-relay-network-modern.git",
2115
"keywords": [
2216
"relay",
2317
"react",

0 commit comments

Comments
 (0)