Browse Source

Update publish URLs

Use new URLs for publishing.
master
TheoryOfNekomata 3 years ago
parent
commit
b5961cd461
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      package.json

+ 2
- 2
package.json View File

@@ -9,13 +9,13 @@
], ],
"publishing": { "publishing": {
"github": { "github": {
"repository": "https://github.com/TheoryOfNekomata/get-form-values.git",
"repository": "https://github.com/TheoryOfNekomata/formxtr.git",
"publishConfig": { "publishConfig": {
"registry": "https://npm.pkg.github.com" "registry": "https://npm.pkg.github.com"
} }
}, },
"master": { "master": {
"repository": "https://code.modal.sh/TheoryOfNekomata/get-form-values.git",
"repository": "https://code.modal.sh/TheoryOfNekomata/formxtr.git",
"publishConfig": { "publishConfig": {
"registry": "https://js.pack.modal.sh" "registry": "https://js.pack.modal.sh"
} }


Loading…
Cancel
Save