From 7cb701cef41cbf138c66787236c9a993e3df925c Mon Sep 17 00:00:00 2001 From: Sergii Mikhtoniuk Date: Mon, 17 Jun 2024 22:15:53 +0200 Subject: [PATCH] Add repo link to package --- README.md | 2 +- package.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4f2ea4..7271eda 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-[![Release](https://img.shields.io/npm/v/@opendatafabric/contracts?include_prereleases&logo=npm&logoColor=orange&style=for-the-badge)](https://github.com/kamu-data/kamu-contracts/releases/latest) +[![Release](https://img.shields.io/npm/v/@opendatafabric/contracts?include_prereleases&logo=npm&logoColor=orange&style=for-the-badge)](https://www.npmjs.com/package/@opendatafabric/contracts) [![CI](https://img.shields.io/github/actions/workflow/status/kamu-data/kamu-contracts/build.yml?logo=githubactions&label=CI&logoColor=white&style=for-the-badge&branch=master)](https://github.com/kamu-data/kamu-contracts/actions) [![Chat](https://shields.io/discord/898726370199359498?style=for-the-badge&logo=discord&label=Discord)](https://discord.gg/nU6TXRQNXC) diff --git a/package.json b/package.json index 3b61d4b..eb5f93f 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,15 @@ { "name": "@opendatafabric/contracts", "description": "Set of Solidity smart contracts for interacting with Open Data Fabric network", - "version": "0.1.2", + "version": "0.1.3", "author": { "name": "Open Data Fabric", "url": "https://github.com/open-data-fabric/" }, + "repository": { + "type": "git", + "url": "git+https://github.com/kamu-data/kamu-contracts.git" + }, "dependencies": { "@openzeppelin/contracts": "^5.0.1" },