Skip to content

Commit

Permalink
fix: remove outdated registry link (#18710)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachJW34 authored and flotwig committed Nov 8, 2021
1 parent 6bb0f38 commit ae318cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions npm/cypress-schematic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
"testing"
],
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"access": "public"
},
"builders": "./src/builders/builders.json",
"ng-add": {
Expand Down
3 changes: 1 addition & 2 deletions npm/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,7 @@
}
},
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"access": "public"
},
"standard": {
"globals": [
Expand Down
3 changes: 1 addition & 2 deletions npm/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@
}
},
"publishConfig": {
"access": "public",
"registry": "http://registry.npmjs.org/"
"access": "public"
}
}

0 comments on commit ae318cc

Please sign in to comment.