Skip to content

Commit

Permalink
Readme + workflow fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mrspartak committed May 28, 2020
1 parent b9f0d03 commit 37a72a0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:

jobs:
publish-npm:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
This library provides an object way to interact with Hasura from backend. Main focus is on fragments, queries are autogenerated.
Base fragments (base - all table fields/pk - primary keys) are autogenerated, then you can extend them or create new.

## Warning! This is first release of the package and some methods could change in the future

# Instalation
```
Expand All @@ -29,7 +28,7 @@ If you know a better way to solve this problem, you are welcome to issues or ema
## Docs
Current guide [is here](https://mrspartak.github.io/hasura-om/)

## Todo before basic release:
## Roadmap
- [x] Fragment extending (v0.0.7)
- [x] Subscriptions (v0.0.10)
- [x] Aggregate queries (v0.0.12)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hasura-om",
"version": "1.0.0",
"version": "1.0.1",
"description": "Hasura Fragment focused ORM library",
"author": "Spartak <[email protected]> (https://spartak.io/)",
"keywords": [
Expand Down

0 comments on commit 37a72a0

Please sign in to comment.