Quellcode durchsuchen

Update publish URLs

Use new URLs for publishing.
master
TheoryOfNekomata vor 3 Jahren
Ursprung
Commit
b5961cd461
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. +2
    -2
      package.json

+ 2
- 2
package.json Datei anzeigen

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


Laden…
Abbrechen
Speichern