Skip to content

Commit

Permalink
Fix badge and npm errors
Browse files Browse the repository at this point in the history
  • Loading branch information
manomintis authored and manomintis committed Feb 21, 2024
1 parent 607a7d6 commit 6d875af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ Array of models:
]
```

[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/manomintis/adonis-api-resources/checks.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/manomintis/adonis-api-resources/actions/workflows/checks.yml "Github action"
[gh-workflow-image]: https://img.shields.io/github/actions/workflow/status/manomintis/adonis-api-resources/test.yml?style=for-the-badge
[gh-workflow-url]: https://github.com/manomintis/adonis-api-resources/actions/workflows/test.yml "Github action"

[npm-image]: https://img.shields.io/npm/v/adonis-api-resources/latest.svg?style=for-the-badge&logo=npm
[npm-url]: https://www.npmjs.com/package/adonis-api-resources/v/latest "npm"
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"files": [
"build/src",
"build/stubs",
"build/commands",
"build/configure.d.ts",
"build/configure.js",
"build/index.d.ts",
"build/index.js"
],
Expand Down

0 comments on commit 6d875af

Please sign in to comment.