Skip to content

Commit

Permalink
Minor text updates
Browse files Browse the repository at this point in the history
- Updated license
- Updated homepage
- Updated badges
  • Loading branch information
bostjan-cigan committed Aug 17, 2023
1 parent 41cf691 commit a17e821
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -21,7 +21,7 @@
"Result",
"Hasura GraphQL"
],
"author": "Bostjan Cigan <bostjan.cigan@gmail.com>",
"author": "Bostjan Cigan <bostjan.cigan@gmail.com> (https://bostjan-cigan.com)",
"contributors": [
{
"name": "Bostjan Cigan <bostjan.cigan@gmail.com>"
Expand All @@ -30,6 +30,7 @@
"name": "Marko Divjak <marko.divjak@result.si>"
}
],
"homepage": "https://snotra.app",
"repository": {
"type": "git",
"url": "https://github.com/snotra-org/hasura-parser.git"
Expand Down

0 comments on commit a17e821

Please sign in to comment.