Skip to content

Commit b8321fb

Browse files
committed
updated medusa package name and readme
1 parent 036a468 commit b8321fb

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ A plugin for Medusa e-commerce that adds push notification functionality. This p
2121
## Installation
2222

2323
```bash
24-
npm install medusa-push-notification-v1
24+
npm install @intuio/medusa-push-notification@v1
2525
```
2626

2727
## Configuration
@@ -32,7 +32,7 @@ Add to your `medusa-config.js`:
3232
const plugins = [
3333
// ... other plugins
3434
{
35-
resolve: `medusa-plugin-push-notifications`,
35+
resolve: `@intuio/medusa-push-notification@v1`,
3636
}
3737
]
3838
```
@@ -204,7 +204,7 @@ The plugin listens to the following events by default:
204204
```bash
205205
# Clone the repository
206206
git clone your-repo-url
207-
cd medusa-plugin-push-notifications
207+
cd medusa-push-notifications
208208

209209
# Install dependencies
210210
npm install

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
2-
"name": "medusa-push-notification-v1",
3-
"version": "1.0.1",
2+
"name": "@intuio/medusa-push-notification",
3+
"version": "1.0.0",
44
"description": "Push notification plugin for Medusa e-commerce",
5-
"author": "Kris Rego",
5+
"main": "index.js",
6+
"author": "Intuio",
67
"license": "MIT",
78
"scripts": {
89
"build": "tsc",

0 commit comments

Comments
 (0)