Skip to content

Commit ca560d3

Browse files
committed
fix: npm authentication
1 parent 2c4392f commit ca560d3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.npmrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
//registry.npmjs.org/:_authToken=${NODE_AUTH_TOKEN}
2+
registry=https://registry.npmjs.org/
3+
always-auth=true

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"type": "commonjs",
1313
"homepage": "https://github.com/BitModern/testQualityCli",
1414
"repository": {
15-
"url": "https://github.com/BitModern/testQualityCli"
15+
"url": "git+https://github.com/BitModern/testQualityCli.git"
1616
},
1717
"scripts": {
1818
"start": "cross-env node dist/index.js",
@@ -70,4 +70,4 @@
7070
"node_modules/@isaacs/cliui/**"
7171
]
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)