Skip to content

Commit e2a869d

Browse files
authored
fix: remove outdated registry link (#18710)
1 parent b4510cf commit e2a869d

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

npm/cypress-schematic/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
"testing"
5151
],
5252
"publishConfig": {
53-
"access": "public",
54-
"registry": "http://registry.npmjs.org/"
53+
"access": "public"
5554
},
5655
"builders": "./src/builders/builders.json",
5756
"ng-add": {

npm/react/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,7 @@
178178
}
179179
},
180180
"publishConfig": {
181-
"access": "public",
182-
"registry": "http://registry.npmjs.org/"
181+
"access": "public"
183182
},
184183
"standard": {
185184
"globals": [

npm/vue/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
}
103103
},
104104
"publishConfig": {
105-
"access": "public",
106-
"registry": "http://registry.npmjs.org/"
105+
"access": "public"
107106
}
108107
}

0 commit comments

Comments
 (0)