Skip to content

Commit

Permalink
feat(medusa-plugin-sentry): Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien2p committed Oct 12, 2022
1 parent 95f719c commit 8b94959
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
9 changes: 3 additions & 6 deletions packages/medusa-plugin-sentry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,13 @@
<p align="center">
<a href="https://npmcharts.com/compare/medusa-plugin-sentry?minimal=true"><img alt="Downloads per month" src="https://img.shields.io/npm/dm/medusa-plugin-sentry.svg" height="20"/></a>
<a href="https://www.npmjs.com/package/medusa-plugin-sentry"><img alt="NPM Version" src="https://img.shields.io/npm/v/medusa-plugin-sentry.svg" height="20"/></a>
<a href="https://github.com/adrien2p/medusa-plugin-sentry/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/adrien2p/medusa-plugin-sentry.svg" height="20"/></a>
<a href="https://github.com/adrien2p/medusa-plugins/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/adrien2p/medusa-plugins.svg" height="20"/></a>
<a href="https://github.com/adrien2p/awesome-medusajs"><img alt="Awesome medusajs" src="https://awesome.re/badge.svg" height="20"/></a>
<a href="https://adrien2p.github.io/medusa-plugin-sentry/#/"><img alt="Documentation" src="https://img.shields.io/badge/documentation-online-important" height="20"/></a>
<a href="https://twitter.com/intent/tweet?text=Check%20this%20out!%20The%20new%20medusa%sentry%20plugin&url=https://github.com/adrien2p/medusa-plugins/tree/main/packages/medusa-plugin-sentry"><img alt="Twitter" src="https://badgen.net/badge/icon/twitter?icon=twitter&label=Share%20it%20on" height="20"/></a>
<a href="https://discord.gg/xpCwq3Kfn8"><img alt="Discord" src="https://img.shields.io/badge/chat-on%20discord-7289DA.svg" height="20"/></a>
<a href="https://www.npmjs.com/package/medusa-plugin-sentry"><img alt="Npm download" src="https://img.shields.io/npm/dt/medusa-plugin-sentry" height="20"/></a>
<a href="https://github.com/adrien2p/medusa-plugin-sentry/commits/main"><img alt="Activity" src="https://img.shields.io/github/commit-activity/m/adrien2p/medusa-plugin-sentry?style=flat" height="20"/></a>
<a href="https://github.com/adrien2p/medusa-plugin-sentry/issues"><img alt="Issues" src="https://img.shields.io/github/issues/adrien2p/medusa-plugin-sentry?style=flat" height="20"/></a>
<a href="https://github.com/adrien2p/medusa-plugin-sentry/blob/main/LICENSE"><img alt="Licence" src="https://img.shields.io/github/license/adrien2p/medusa-plugin-sentry?style=flat" height="20"/></a>
<a href="https://github.com/adrien2p/medusa-plugin-sentry/blob/main/CONTRIBUTING.md"><img alt="Contributing" src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat" height="20"/></a>
<a href="https://github.com/adrien2p/medusa-plugins/commits/main"><img alt="Activity" src="https://img.shields.io/github/commit-activity/m/adrien2p/medusa-plugins?style=flat" height="20"/></a>
<a href="https://github.com/adrien2p/medusa-plugins/issues"><img alt="Issues" src="https://img.shields.io/github/issues/adrien2p/medusa-plugins?style=flat" height="20"/></a>
</p>

## Getting started
Expand Down
3 changes: 2 additions & 1 deletion packages/medusa-plugin-sentry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
"api",
"handlers",
"utils",
"types"
"types",
"services"
],
"scripts": {
"build": "run-s clean build:tsc",
Expand Down

0 comments on commit 8b94959

Please sign in to comment.