File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed
Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff 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`:
3232const 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
206206git clone your- repo- url
207- cd medusa- plugin - push- notifications
207+ cd medusa- push- notifications
208208
209209# Install dependencies
210210npm install
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments