Merge pull request #12 from 67P/chore/move_to_org_repo

Move npm package to @kosmos namespace
This commit is contained in:
Basti 2020-05-16 13:16:55 +02:00 committed by GitHub
commit 0cb411c985
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,7 @@
This repository/module contains [JSON Schema](https://json-schema.org/) definitions as well as examples for
[Kosmos](https://kosmos.org) data formats.
[![npm](https://img.shields.io/npm/v/@kosmos/schemas)](https://www.npmjs.com/package/@kosmos/schemas)
This repository/module contains [JSON Schema](https://json-schema.org/)
definitions as well as examples for [Kosmos](https://kosmos.org) data formats.
## Usage

View File

@ -1,5 +1,5 @@
{
"name": "kosmos-schemas",
"name": "@kosmos/schemas",
"version": "2.2.0",
"description": "JSON-LD schemas for Kosmos data formats",
"main": "index.js",