From a17e821f278691bd69d3465c866888af05a361d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bos=CC=8Ctjan=20Cigan?= <2096596+bostjan-cigan@users.noreply.github.com> Date: Thu, 17 Aug 2023 18:51:56 +0200 Subject: [PATCH] Minor text updates - Updated license - Updated homepage - Updated badges --- LICENSE | 2 +- README.md | 4 ++-- package.json | 7 ++++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 261eeb9..23a304f 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright [yyyy] [name of copyright owner] + Copyright 2020 BoĊĦtjan Cigan Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/README.md b/README.md index c35d552..e8f7777 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Hasura Parser -[![npm version](https://badge.fury.io/js/%40snotra%2Fhasura-parser.svg)](https://badge.fury.io/js/%40snotra%2Fhasura-parser) +![npm version](https://img.shields.io/npm/v/%40snotra/hasura-parser?logo=npm&label=npm%20package&color=rgb(68%2C%20204%2C%2017)) ![Coverage](badges/coverage.svg) -[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) +![License](https://img.shields.io/github/license/snotra-org/hasura-parser?color=rgba(0%2C126%2C198)) An easy utility library for parsing data from Hasura events and actions. diff --git a/package.json b/package.json index 8189459..e4ee05e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@snotra/hasura-parser", - "version": "1.0.2", - "description": "Helper module for Hasura actions and events.", + "version": "1.0.3", + "description": "Parse Hasura actions and events easily.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { @@ -21,7 +21,7 @@ "Result", "Hasura GraphQL" ], - "author": "Bostjan Cigan ", + "author": "Bostjan Cigan (https://bostjan-cigan.com)", "contributors": [ { "name": "Bostjan Cigan " @@ -30,6 +30,7 @@ "name": "Marko Divjak " } ], + "homepage": "https://snotra.app", "repository": { "type": "git", "url": "https://github.com/snotra-org/hasura-parser.git"