2 Commits

Author SHA1 Message Date
af4b4407b8 3.1.0 2022-04-27 15:50:16 +02:00
7d2598efbd Update repo and homepage URLs (move to Gitea) 2022-04-27 15:49:55 +02:00
2 changed files with 6 additions and 5 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@kosmos/schemas", "name": "@kosmos/schemas",
"version": "3.0.0", "version": "3.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@kosmos/schemas", "name": "@kosmos/schemas",
"version": "3.0.0", "version": "3.1.0",
"license": "MIT" "license": "MIT"
} }
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "@kosmos/schemas", "name": "@kosmos/schemas",
"version": "3.0.0", "version": "3.1.0",
"description": "JSON-LD schemas for Kosmos data formats", "description": "JSON-LD schemas for Kosmos data formats",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
@@ -16,6 +16,7 @@
"license": "MIT", "license": "MIT",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/67P/kosmos-schemas.git" "url": "https://gitea.kosmos.org/kosmos/schemas.git"
} },
"homepage": "https://gitea.kosmos.org/kosmos/schemas"
} }